proxmox-backup-client: expose exclude match patterns to cli.

Allows to pass exclude match patterns to the 'backup' command.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2020-02-27 13:13:12 +01:00
committed by Dietmar Maurer
parent ac3faaf5c0
commit 189996cf4a
3 changed files with 27 additions and 3 deletions

View File

@ -60,7 +60,7 @@ pub enum MatchType {
/// # Ok(())
/// # }
/// ```
#[derive(Eq, PartialOrd)]
#[derive(Clone, Eq, PartialOrd)]
pub struct MatchPattern {
pattern: Vec<u8>,
match_positive: bool,