verify filter: improve comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3c41d86010
commit
4b6a653a0f
|
@ -582,7 +582,7 @@ pub fn verify_all_backups(
|
|||
Ok(errors)
|
||||
}
|
||||
|
||||
/// Filter for the verification of snapshots
|
||||
/// Filter out any snapshot from being (re-)verified where this fn returns false.
|
||||
pub fn verify_filter(
|
||||
ignore_verified_snapshots: bool,
|
||||
outdated_after: Option<i64>,
|
||||
|
|
Loading…
Reference in New Issue