✨ add consistent path option
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
215f40d38b
commit
906e344d75
3 changed files with 40 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue