diff --git a/services/restic/lib.nix b/services/restic/lib.nix index 6bf001f..0830aa7 100644 --- a/services/restic/lib.nix +++ b/services/restic/lib.nix @@ -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"