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. Feel free to write anything you wish. Selected comments and questions will be published.