This commit is contained in:
julien 2025-01-20 11:22:05 +01:00
parent 00a32a9853
commit 1a86fc7458

View File

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