Attempt to reduce backup sizes

This commit is contained in:
Pim Kunis 2025-04-05 17:14:25 +02:00
parent 40cdaf7a6d
commit 3b8d6e2dbc

View file

@ -26,8 +26,7 @@
ssh_command = "${pkgs.openssh}/bin/ssh -i ${config.sops.secrets."borg/borgbasePrivateKey".path} -o StrictHostKeychecking=no";
keep_daily = 7;
keep_weekly = 4;
keep_monthly = 12;
keep_yearly = -1;
keep_monthly = 6;
encryption_passcommand = "${pkgs.coreutils}/bin/cat ${config.sops.secrets."borg/borgPassphrase".path}";
};
};