hippocampus: Change backup times
This commit is contained in:
@@ -42,9 +42,9 @@ in {
|
|||||||
environmentFile = config.sops.secrets."restic/backblaze".path;
|
environmentFile = config.sops.secrets."restic/backblaze".path;
|
||||||
|
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 2"
|
"--keep-daily 1"
|
||||||
"--keep-weekly 4"
|
"--keep-weekly 2"
|
||||||
"--keep-yearly 8"
|
"--keep-yearly 4"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user