kartoza / docker-pg-backup

A cron job that will back up databases running in a docker postgres container
GNU General Public License v2.0
452 stars 103 forks source link

/backup-scripts/backups.sh: line 50: s3cmd: command not found #44

Closed legkvla closed 3 years ago

legkvla commented 3 years ago

Will provide PR soon. Also it is not very convenient that cron output/errors are hidden. Going to change it to:

*/3 * * * * /backup-scripts/backups.sh > /var/log/cron.out 2>&1
legkvla commented 3 years ago

https://github.com/kartoza/docker-pg-backup/pull/46