update restic keep policies
This commit is contained in:
parent
0f829bef1d
commit
6c6d741f64
2 changed files with 6 additions and 6 deletions
|
@ -20,10 +20,10 @@ services:
|
||||||
--exclude /mnt/volumes/forgejo_server/_data/gitea/repositories
|
--exclude /mnt/volumes/forgejo_server/_data/gitea/repositories
|
||||||
--verbose
|
--verbose
|
||||||
RESTIC_FORGET_ARGS: >-
|
RESTIC_FORGET_ARGS: >-
|
||||||
--keep-last 3
|
--keep-last 4
|
||||||
--keep-daily 7
|
--keep-daily 2
|
||||||
--keep-weekly 5
|
--keep-weekly 1
|
||||||
--keep-monthly 12
|
--keep-monthly 1
|
||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
|
@ -17,8 +17,8 @@ services:
|
||||||
--exclude *.tmp --exclude *.log --exclude *.bak
|
--exclude *.tmp --exclude *.log --exclude *.bak
|
||||||
--verbose
|
--verbose
|
||||||
RESTIC_FORGET_ARGS: >-
|
RESTIC_FORGET_ARGS: >-
|
||||||
--keep-last 3
|
--keep-last 4
|
||||||
--keep-daily 1
|
--keep-daily 2
|
||||||
--keep-weekly 1
|
--keep-weekly 1
|
||||||
--keep-monthly 1
|
--keep-monthly 1
|
||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
|
|
Loading…
Reference in a new issue