feat(restic): reduce download bandwidth
This commit is contained in:
parent
8e5fbd2658
commit
170612a57e
|
@ -34,6 +34,9 @@ in {
|
|||
"--keep-weekly 4"
|
||||
"--keep-monthly 3"
|
||||
"--keep-yearly 1"
|
||||
# reduce download bandwidth
|
||||
"--max-unused 10%"
|
||||
"--repack-cacheable-only"
|
||||
] ++ extraPruneOpts;
|
||||
} // (removeAttrs args [
|
||||
"name"
|
||||
|
|
Loading…
Reference in a new issue