diff --git a/ksrackup b/ksrackup index 81a1c36..0226a81 100755 --- a/ksrackup +++ b/ksrackup @@ -70,9 +70,9 @@ elif command == "backup": elif command == "prune": # Define backups conservation policy. prune_params = [ - "--keep-within", "21d", - "--keep-within-daily", "3m", - "--keep-within-weekly", "1y", + "--keep-within", "15d", + "--keep-within-daily", "2m", + "--keep-within-weekly", "6m", "--keep-monthly", "100", ] # Remove outdated backups.