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
|
||||
--verbose
|
||||
RESTIC_FORGET_ARGS: >-
|
||||
--keep-last 3
|
||||
--keep-daily 7
|
||||
--keep-weekly 5
|
||||
--keep-monthly 12
|
||||
--keep-last 4
|
||||
--keep-daily 2
|
||||
--keep-weekly 1
|
||||
--keep-monthly 1
|
||||
TZ: Europe/Paris
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
|
@ -17,8 +17,8 @@ services:
|
|||
--exclude *.tmp --exclude *.log --exclude *.bak
|
||||
--verbose
|
||||
RESTIC_FORGET_ARGS: >-
|
||||
--keep-last 3
|
||||
--keep-daily 1
|
||||
--keep-last 4
|
||||
--keep-daily 2
|
||||
--keep-weekly 1
|
||||
--keep-monthly 1
|
||||
TZ: Europe/Paris
|
||||
|
|
Loading…
Reference in a new issue