Command does not execute in crontab while command itself works just fine
- by fuzzybee
I have this script from Colin Johnson on Github - https://github.com/colinbjohnson/aws-missing-tools/tree/master/ec2-automate-backup
It seems great.
I have modified it to send email to myself every time an EBS snapshot is created or deleted.
The following works like a charm
ec2-automate-backup.sh -v "vol-myvolumeid" -k 3
However, it does not…