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:
2022-02-14 09:51:20 +09:30
parent 4db1b34d38
commit a7c1ae052c
3 changed files with 67 additions and 1 deletions

View 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