Skip to content
Snippets Groups Projects

5046 finetune restic params

Merged Hahn Axel (hahn) requested to merge 5046-finetune-restic-params into master
3 files
+ 17
12
Compare changes
  • Side-by-side
  • Inline

Files

@@ -172,8 +172,11 @@ is a full backup and all following runs make an incremental backup.
You have the possibility to keep all younger backups and have the possibility to delete
older backups but to keep N weekly, monthly and yearly snapshots.
The value for "keep-last" never deletes the last N most recent snapshots.
```text
# prune
restic_keep-last = 5
restic_keep-hourly = 100
restic_keep-daily = 90
restic_keep-weekly = 12
Loading