Skip to content

Commit

Permalink
Adkusr to only keep 6 months fo full backups (or rather 6 * 4 weeks)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Nov 27, 2023
1 parent ee4a99c commit afdad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-modules/profile/manifests/app/backuppc/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
full_age_max => 180,
pool_v3_enabled => $pool_v3_enabled,
rsync_args_extra => [ '-F' ],
full_keep_cnt => [ 4, 0, 12],
full_keep_cnt => [ 4, 0, 6],
incr_age_max => 21,
incr_keep_cnt => 12,
max_backups => 2,
Expand Down

0 comments on commit afdad66

Please sign in to comment.