This commit is contained in:
julien 2025-02-05 10:39:00 +01:00
parent b273491b31
commit a8802db99b

View File

@ -9,6 +9,8 @@ Execute `sync.sh` to copy scripts on the server.
Add this line into the host crontab with `crontab -e`.
```
PATH=/usr/local/bin:/usr/bin
# Backup volumes every days at 4am
0 4 * * * root /bin/bash /usr/local/bin/vol-backup-all
0 4 * * * /usr/local/bin/vol-backup-all.sh
```