Compare commits

...

12 commits

Author SHA1 Message Date
1f30a23a5a
Merge branch 'main' into testing 2025-02-03 15:00:52 +01:00
def0a0a77b
Allow more inc backups 2025-02-03 15:00:28 +01:00
Lars Delhage
2625269aba
Remove recursive for mysql db dir 2025-01-20 11:53:25 +01:00
38cd097f71
Only run this on monitor hosts, as it takes a long time 2025-01-20 09:00:14 +01:00
ab2d70303f
Run as root user 2025-01-20 08:45:55 +01:00
0154a533ce
SATOSA: Always have alwayshttps 2025-01-16 15:16:33 +01:00
63b780028f
Multinode: Double book keeping
Unfortunatly we must do the same calcultions for multinode
2025-01-16 13:14:37 +01:00
31f4c1eb9b
Set expiration for multinode 2025-01-16 12:47:16 +01:00
b6c0bb2f46
Merge branch 'testing' 2025-01-16 12:41:18 +01:00
9e6e33e137
Add full_backup_retention 2025-01-16 12:41:12 +01:00
977bd84f50
duplicate 2025-01-16 10:23:18 +01:00
c7de56f73f
one more 2025-01-16 10:23:17 +01:00

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")