add consistent path option
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-22 22:20:42 +01:00
parent 215f40d38b
commit 906e344d75
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 40 additions and 7 deletions

View file

@ -84,7 +84,10 @@ pub struct BorgConfig {
pub ensure_exists: Option<String>,
/// Create CephFS snapshots before the backup.
pub cephfs_snap: Option<bool>
pub cephfs_snap: Option<bool>,
/// Bind mount to consistent path
pub same_path: Option<bool>,
}
/// Configuration for a Borg repository integrity check job.