This commit is contained in:
JMARyA 2025-01-06 06:33:45 +01:00
parent 8413dfa279
commit 2e7d4aa52b
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 39 additions and 3 deletions

View file

@ -37,6 +37,8 @@ pub struct BorgConfig {
pub no_xattrs: Option<bool>,
pub comment: Option<String>,
pub compression: Option<String>,
pub ensure_exists: Option<String>,
pub cephfs_snap: Option<bool>,
}
#[derive(Debug, Clone, Deserialize)]