update restic keep policies

This commit is contained in:
Mael G. 2024-10-26 12:59:50 +02:00
parent 0f829bef1d
commit 6c6d741f64
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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