optimusproweb
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by optimusproweb-
optimusproweb commented,
Thank you so much cPRex.
-
optimusproweb created a post,
Receiving excessive Emails for "Suspicious Process Running under user mongod" and "Excessive Resource Usage" – Need Help!
AnsweredDear all, I recently purchased JetBackup through cPanel.com, and I’ve been facing an issue where I receive over 60 emails per day reporting a "Suspicious process running under user mongod" as well ...
-
optimusproweb commented,
Have you tried using -delete instead? If you run that command manually do you not get an error? find /home/$user/backupdir/ -name "*.sql" -type f -mtime +4 -delete I tested this on my personal se...
-
optimusproweb created a post,
Auto delete backup cron job
Hello, I've created two directories, one for database backup and one for public_html backup. Current cron jobs that works fine, are: For daily database backup: mysqldump --opt -Q -u myuser -p...