proxmox-backup/docs/prune-simulator
Fabian Ebner 39478aa52c prune sim: correctly keep track of already included backups
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>
2020-12-15 14:03:18 +01:00
..
clear-trigger.png prune sim: make numberfields more similar to PBS's 2020-11-19 09:47:51 +01:00
documentation.html prune sim: align documentation style with sphinx/alabaster ones 2020-11-08 14:02:27 +01:00
index.html prune sim: make numberfields more similar to PBS's 2020-11-19 09:47:51 +01:00
prune-simulator.js prune sim: correctly keep track of already included backups 2020-12-15 14:03:18 +01:00