How is my Linux crontab doing?

tail /var/log/cron
Mar 8 11:50:01 ip-172-31-23-46 CROND[839]: (root) CMD (aws s3 sync --delete /var/www/html s3://my-wordpress-varwwwhtml-backup)
Mar 8 11:50:02 ip-172-31-23-46 CROND[837]: (root) CMDOUT (Completed 88 Bytes/~88 Bytes (2.9 KiB/s) with ~2 file(s) remaining (calculating...)#015upload: ../var/www/html/crontab.out to s3://my-wordpress-varwwwhtml-backup/crontab.out)
Mar 8 11:50:02 ip-172-31-23-46 CROND[837]: (root) CMDOUT (Completed 88 Bytes/~88 Bytes (2.9 KiB/s) with ~1 file(s) remaining (calculating...)#015upload: ../var/www/html/junk2 to s3://my-wordpress-varwwwhtml-backup/junk2 )

By the way my crontab looks like this:


crontab -l
# sync my wordpress stuff to an aws s3 bucket - only send the changes
*/5 * * * * aws s3 sync --delete /var/www/html s3://my-wordpress-varwwwhtml-backup

Leave a Comment

Scroll to Top