Skip to content

Commit

Permalink
Don't prune backups from clients
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Aug 28, 2024
1 parent 9af15bf commit aa61447
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/common/backup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ let
RandomizedDelaySec = "2h";
};
passwordFile = config.sops.secrets."backup/password".path;
pruneOpts = [
"--keep-last 7"
"--keep-daily 31"
"--keep-monthly 6"
"--keep-yearly 100"
];
};
in
{
Expand Down

0 comments on commit aa61447

Please sign in to comment.