Files
docker-mail/include/etc/cron.d/container_backup
Jon Lockwood a7c1ae052c feat(backup): Added backup cron and helper script.
Backs up all of the data to the /backup dir.

MR !1
2022-02-14 09:51:20 +09:30

7 lines
123 B
Plaintext

#
# Backup the docker container
#
# m h dom mon dow user command
01 0,3,6,9,12,15,18,21 * * * root /bin/backup.sh 2>&1