mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Restic: spread out start times, add retry
This commit is contained in:
parent
76bfe9fa6a
commit
e23ced4779
3 changed files with 35 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue