feat(restic): reduce download bandwidth

This commit is contained in:
Felix Schröter 2022-08-11 19:35:44 +02:00
parent 8e5fbd2658
commit 170612a57e
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

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