]> git.proxmox.com Git - proxmox-backup.git/commit
fix #2988: allow verification after finishing a snapshot
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 20 Oct 2020 08:08:25 +0000 (10:08 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 20 Oct 2020 08:51:13 +0000 (10:51 +0200)
commit0698f78df536e3e246b5335d4f12c4d3797a7419
treea0c8eefa8348c24c08d687a83fde622c8782c9b3
parentbcc288046147beb84424d0e1a19bdcf1c306172d
fix #2988: allow verification after finishing a snapshot

To cater to the paranoid, a new datastore-wide setting "verify-new" is
introduced. When set, a verify job will be spawned right after a new
backup is added to the store (only verifying the added snapshot).

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