Keep less backup versions.
This commit is contained in:
parent
443bb2b77c
commit
6016eb31b1
1 changed files with 3 additions and 3 deletions
6
ksrackup
6
ksrackup
|
@ -70,9 +70,9 @@ elif command == "backup":
|
|||
elif command == "prune":
|
||||
# Define backups conservation policy.
|
||||
prune_params = [
|
||||
"--keep-within", "28d",
|
||||
"--keep-within-daily", "4m",
|
||||
"--keep-within-weekly", "2y",
|
||||
"--keep-within", "21d",
|
||||
"--keep-within-daily", "3m",
|
||||
"--keep-within-weekly", "1y",
|
||||
"--keep-monthly", "100",
|
||||
]
|
||||
# Remove outdated backups.
|
||||
|
|
Loading…
Add table
Reference in a new issue