snapshots

This commit is contained in:
JMARyA 2025-01-05 01:43:55 +01:00
parent 738c7ed504
commit 7238164677
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 297 additions and 4 deletions

View file

@ -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)]