]> git.proxmox.com Git - proxmox-backup.git/commit
Revert "backup: ensure base snapshots are still available after backup"
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 11 Aug 2020 08:50:40 +0000 (10:50 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 11 Aug 2020 09:03:53 +0000 (11:03 +0200)
commit8b5f72b176940d76fe320d14a030544a81b12055
treeff6ade620d19917d49526672357b37c292a614db
parentf23f75433fccb556392ac04aeddf7da891d2771d
Revert "backup: ensure base snapshots are still available after backup"

This reverts commit d53fbe24741ed3bd920ee1c61bc163b1874b7c82.

The HashSet and "register" function are unnecessary, as we already know
which backup is the one we need to check: the last one, stored as
'last_backup'.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/api2/backup.rs
src/api2/backup/environment.rs
src/backup/backup_info.rs