don't backup so often
This commit is contained in:
@@ -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:
|
- to back up automatically, run `sudo EDITOR=micro crontab -e` and add the following:
|
||||||
```
|
```
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
0 * * * * /home/admin/thingy/scripts/volume-backup.sh
|
0 6 * * * /home/admin/thingy/scripts/volume-backup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**restoring**
|
**restoring**
|
||||||
|
|||||||
Reference in New Issue
Block a user