diff --git a/services/restic/home-pc.nix b/services/restic/home-pc.nix index af5c78e..c33c004 100644 --- a/services/restic/home-pc.nix +++ b/services/restic/home-pc.nix @@ -89,8 +89,8 @@ in { "/home/*/.var/app/**/Code Cache" "/home/*/.var/app/**/GPUCache" ]; - timerConfig.OnCalendar = "0/4:00:00"; - extraPruneOpts = [ "--keep-last 6" ]; + timerConfig.OnCalendar = "0/6:00:00"; + extraPruneOpts = [ "--keep-last 4" ]; }; # extra handling for dev folder to respect .gitignore files: diff --git a/services/restic/home-server.nix b/services/restic/home-server.nix index c905f6c..d6ef279 100644 --- a/services/restic/home-server.nix +++ b/services/restic/home-server.nix @@ -39,7 +39,7 @@ in { "log" ".Trash" ]; - timerConfig.OnCalendar = "0/4:00:00"; - extraPruneOpts = [ "--keep-last 6" ]; + timerConfig.OnCalendar = "0/6:00:00"; + extraPruneOpts = [ "--keep-last 4" ]; }; }