don't backup so often

This commit is contained in:
2026-07-19 08:09:26 +01:00
parent 2231626fb6
commit ae3f68b96a
+1 -1
View File
@@ -114,7 +114,7 @@ always remember to `docker compose stop` before doing any of this!
- to back up automatically, run `sudo EDITOR=micro crontab -e` and add the following:
```
TZ=UTC
0 * * * * /home/admin/thingy/scripts/volume-backup.sh
0 6 * * * /home/admin/thingy/scripts/volume-backup.sh
```
**restoring**