By the way, look at their crontab:
34 3 * * * /home/backups/remote_db_backup.sh
34 20 * * * /home/backups/remote_db_backup.sh
Could've simply written:
34 3,20 * * * /home/backups/remote_db_backup.sh
Your Linux Self-Help Desk. A selection of mostly Linux related tutorials, howtos, fixes, news and more.
34 3 * * * /home/backups/remote_db_backup.sh
34 20 * * * /home/backups/remote_db_backup.sh
34 3,20 * * * /home/backups/remote_db_backup.sh
No comments:
Post a Comment
I appreciate comments. And I do read them all. Actually, they don't appear here before I read and approved them.