🔧 borgbackup for paperless
This commit is contained in:
parent
90f61ebec4
commit
9a8717f9aa
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@
|
|||
BORG_RELOCATED_REPO_ACCESS_IS_OK = "yes";
|
||||
};
|
||||
prune.keep = {
|
||||
within = "10d"; # Keep all backups in the last 10 days.
|
||||
weekly = 8; # Keep 8 additional end of week archives.
|
||||
within = "3d"; # Keep all backups in the last 10 days.
|
||||
weekly = 2; # Keep 8 additional end of week archives.
|
||||
monthly = -1; # Keep end of month archive for every month
|
||||
};
|
||||
doInit = true;
|
||||
|
|
Loading…
Reference in a new issue