Allow more inc backups

This commit is contained in:
Micke Nordin 2025-02-03 15:00:28 +01:00
parent 2625269aba
commit def0a0a77b
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -20,7 +20,7 @@ for project in $(ls ${data_dir}); do
if [[ "${issixmonths}" == "true" ]]; then
number_of_full_to_keep=6
fi
max_num_inc=$((32 * number_of_full_to_keep))
max_num_inc=$((50 * number_of_full_to_keep))
max_num_full=$((2 * number_of_full_to_keep))
tabular_data=$(cat "${data_dir}/${project}/${bucket}.dat")