srv-scripts/README.md

15 lines
269 B
Markdown
Raw Permalink Normal View History

2025-01-19 18:33:58 +01:00
# srv-scripts
2025-01-14 18:01:34 +01:00
Execute `sync.sh` to copy scripts on the server.
2025-01-19 16:51:01 +01:00
2025-01-19 18:33:58 +01:00
>
2025-01-19 16:51:01 +01:00
> `vol-restore` is not yet finished !
2025-01-19 18:33:58 +01:00
## Cron
Add this line into the host crontab with `crontab -e`.
```
# Backup volumes every days at 4am
2025-01-20 11:22:05 +01:00
0 4 * * * root /bin/bash /usr/local/bin/vol-backup-all
2025-01-19 18:33:58 +01:00
```