re-add prune
This commit is contained in:
parent
0ccd367be7
commit
727ba4a305
|
@ -21,7 +21,7 @@ in {
|
|||
environmentFile = "${secrets.restic_env.path}";
|
||||
createWrapper = true;
|
||||
|
||||
#pruneOpts = ["--keep-last 60"];
|
||||
pruneOpts = ["--keep-last 60"];
|
||||
timerConfig = backupSchedules.restic.medium;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = ["storage"];
|
||||
};
|
||||
}
|
||||
}
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue