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