mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-23 17:34:34 +03:00
10dfeb9ef0
This needs to happen in a separate loop, because some time intervals are not subsets of others, i.e. weeks and months. Previously, with a daily backup schedule, having: * a backup on Sun, 06 Dec 2020 kept by keep-daily * a backup on Sun, 29 Nov 2020 kept by keep-weekly would lead to the backup on Mon, 30 Nov 2020 to be selected for keep-monthly, because the iteration did not yet reach the backup on Sun, 29 Nov 2020 that would mark November as being covered. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.. | ||
disk_tests | ||
archive_info_test.pm | ||
disklist_test.pm | ||
filesystem_path_test.pm | ||
get_subdir_test.pm | ||
list_volumes_test.pm | ||
Makefile | ||
parse_volname_test.pm | ||
path_to_volume_id_test.pm | ||
prune_backups_test.pm | ||
run_bwlimit_tests.pl | ||
run_disk_tests.pl | ||
run_plugin_tests.pl | ||
run_test_zfspoolplugin.pl |