sometimes do hot backups

This commit is contained in:
2026-07-25 21:31:15 +01:00
parent 7d4f8ca9c5
commit f6cfb706da
2 changed files with 18 additions and 6 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ 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 6 * * * /home/admin/atom.town/scripts/volume-backup.sh
0 6 * * * /home/admin/atom.town/scripts/volume-backup.sh cold
0 0,12,18 * * * /home/admin/atom.town/scripts/volume-backup.sh hot
```
**restoring**