feat(backup): Added backup cron and helper script.
Backs up all of the data to the /backup dir. MR !1
This commit is contained in:
6
include/etc/cron.d/container_backup
Normal file
6
include/etc/cron.d/container_backup
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user