Update tinytinyrss
This commit is contained in:
parent
7638b24bfe
commit
e8b1b05ba9
4 changed files with 10 additions and 74 deletions
roles/backup/templates
|
@ -59,7 +59,8 @@ rm -rf "$BACKUP_LOCATION"
|
|||
|
||||
echo "forgetting old backups for $(hostname)"
|
||||
docker compose run --rm app forget --host "$(hostname)" --prune \
|
||||
--keep-last 7 \
|
||||
--keep-daily 14 \
|
||||
--keep-weekly 28 \
|
||||
--keep-weekly 16 \
|
||||
--keep-monthly 12 \
|
||||
--keep-yearly 2
|
||||
|
|
Reference in a new issue