re-add prune

This commit is contained in:
chaos 2024-11-20 20:01:01 +00:00
parent 0ccd367be7
commit 727ba4a305
3 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ in {
environmentFile = "${secrets.restic_env.path}";
createWrapper = true;
#pruneOpts = ["--keep-last 60"];
pruneOpts = ["--keep-last 60"];
timerConfig = backupSchedules.restic.medium;
};
}

View file

@ -44,7 +44,7 @@ in {
passwordFile = secrets.restic_password_social.path;
createWrapper = true;
#pruneOpts = ["--keep-last 10"];
pruneOpts = ["--keep-last 10"];
timerConfig = backupSchedules.restic.medium;
backupPrepareCommand = let
@ -88,7 +88,7 @@ in {
passwordFile = secrets.restic_password_forgejo.path;
createWrapper = true;
#pruneOpts = ["--keep-last 50"];
pruneOpts = ["--keep-last 50"];
timerConfig = backupSchedules.restic.high;
};
radicale = {
@ -102,7 +102,7 @@ in {
passwordFile = secrets.restic_password_radicale.path;
createWrapper = true;
#pruneOpts = ["--keep-last 50"];
pruneOpts = ["--keep-last 50"];
timerConfig = backupSchedules.restic.high;
};
vault = {