re-add prune
This commit is contained in:
parent
0ccd367be7
commit
727ba4a305
|
@ -21,7 +21,7 @@ in {
|
||||||
environmentFile = "${secrets.restic_env.path}";
|
environmentFile = "${secrets.restic_env.path}";
|
||||||
createWrapper = true;
|
createWrapper = true;
|
||||||
|
|
||||||
#pruneOpts = ["--keep-last 60"];
|
pruneOpts = ["--keep-last 60"];
|
||||||
timerConfig = backupSchedules.restic.medium;
|
timerConfig = backupSchedules.restic.medium;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["storage"];
|
extraGroups = ["storage"];
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -44,7 +44,7 @@ in {
|
||||||
passwordFile = secrets.restic_password_social.path;
|
passwordFile = secrets.restic_password_social.path;
|
||||||
createWrapper = true;
|
createWrapper = true;
|
||||||
|
|
||||||
#pruneOpts = ["--keep-last 10"];
|
pruneOpts = ["--keep-last 10"];
|
||||||
timerConfig = backupSchedules.restic.medium;
|
timerConfig = backupSchedules.restic.medium;
|
||||||
|
|
||||||
backupPrepareCommand = let
|
backupPrepareCommand = let
|
||||||
|
@ -88,7 +88,7 @@ in {
|
||||||
passwordFile = secrets.restic_password_forgejo.path;
|
passwordFile = secrets.restic_password_forgejo.path;
|
||||||
createWrapper = true;
|
createWrapper = true;
|
||||||
|
|
||||||
#pruneOpts = ["--keep-last 50"];
|
pruneOpts = ["--keep-last 50"];
|
||||||
timerConfig = backupSchedules.restic.high;
|
timerConfig = backupSchedules.restic.high;
|
||||||
};
|
};
|
||||||
radicale = {
|
radicale = {
|
||||||
|
@ -102,7 +102,7 @@ in {
|
||||||
passwordFile = secrets.restic_password_radicale.path;
|
passwordFile = secrets.restic_password_radicale.path;
|
||||||
createWrapper = true;
|
createWrapper = true;
|
||||||
|
|
||||||
#pruneOpts = ["--keep-last 50"];
|
pruneOpts = ["--keep-last 50"];
|
||||||
timerConfig = backupSchedules.restic.high;
|
timerConfig = backupSchedules.restic.high;
|
||||||
};
|
};
|
||||||
vault = {
|
vault = {
|
||||||
|
|
Loading…
Reference in a new issue