Attempt to reduce backup sizes
This commit is contained in:
parent
40cdaf7a6d
commit
3b8d6e2dbc
1 changed files with 1 additions and 2 deletions
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue