snapshots
This commit is contained in:
parent
738c7ed504
commit
7238164677
5 changed files with 297 additions and 4 deletions
|
@ -19,6 +19,7 @@ pub struct RsyncConfig {
|
|||
pub exclude: Option<Vec<String>>,
|
||||
pub delete: Option<bool>,
|
||||
pub ensure_exists: Option<String>,
|
||||
pub cephfs_snap: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue