oVirtBackup icon indicating copy to clipboard operation
oVirtBackup copied to clipboard

Export before delete_old_backups

Open tatref opened this issue 2 years ago • 0 comments

The number of exports is always +1 with respect to keep_backups_by_number, because the purge is done before the export. Also, during the export, we are missing 1 backup.

This commit fixes the order of operations

tatref avatar Mar 01 '24 15:03 tatref