]> git.proxmox.com Git - proxmox-backup.git/commit - src/server/verify_job.rs
verify: improve code reuse, fix filter function
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Oct 2020 11:58:15 +0000 (12:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Oct 2020 11:58:15 +0000 (12:58 +0100)
commita4915dfc2bc7bef03354f97f5bbce9fe2df4e0d6
treebc33f63489d5a72be00b14dee761614c8c1d7941
parentd642802d8cb1a45a0fefa77ce3b7aa92dab3b291
verify: improve code reuse, fix filter function

Try to reuse verify_all_backups(), because this function has better
logging and well defined snaphot order.
src/api2/admin/datastore.rs
src/backup/verify.rs
src/server/email_notifications.rs
src/server/verify_job.rs