amazon web services - Automate snapshots in AWS -


i found thread automating linux ebs snapshots backup , clean-up sergey romanov has given step-by-step instruction. tested , works great. (thanks, surgey.)

the cron entry used * 23 * * * /usr/local/ec2/backup.php

however have problem adding cron job (last step). got error crond[478]: (cron) bad command (/etc/crontab). fix it, added username (root) after error did not appear.

the updated cron entry * 23 * * * root /usr/local/ec2/backup.php

however, job still not running. there did wrong?

thanks


Comments

  1. It is good information on AWS snapshot automation. I found this information useful. Thanks for sharing.

    ReplyDelete

Post a Comment

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -