🔧 borgbackup for paperless

This commit is contained in:
Ingolf Wagner 2024-10-06 18:17:42 +09:00
parent 90f61ebec4
commit 9a8717f9aa
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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