Restic: spread out start times, add retry

This commit is contained in:
Gene Liverman 2025-10-09 16:21:52 -04:00
parent 76bfe9fa6a
commit e23ced4779
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI
3 changed files with 35 additions and 17 deletions

View file

@ -17,6 +17,10 @@
repositoryFile = config.sops.secrets.restic_repo.path;
passwordFile = config.sops.secrets.restic_password.path;
extraBackupArgs = [
"--retry-lock 2h"
]
pruneOpts = [
"--keep-daily 7"
"--keep-weekly 5"