srv-scripts/README.md
2025-01-20 11:22:05 +01:00

15 lines
269 B
Markdown

# srv-scripts
Execute `sync.sh` to copy scripts on the server.
>
> `vol-restore` is not yet finished !
## Cron
Add this line into the host crontab with `crontab -e`.
```
# Backup volumes every days at 4am
0 4 * * * root /bin/bash /usr/local/bin/vol-backup-all
```