mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-17 17:17:47 +00:00
db-snapshot: allow to set directory where snapshots are stored
Fix #926
This commit is contained in:
@@ -31,6 +31,9 @@ pub struct Config {
|
||||
#[serde(default)]
|
||||
pub use_local_tz: bool,
|
||||
|
||||
/// Optional directory where metadata snapshots will be store
|
||||
pub metadata_snapshots_dir: Option<PathBuf>,
|
||||
|
||||
/// Automatic snapshot interval for metadata
|
||||
#[serde(default)]
|
||||
pub metadata_auto_snapshot_interval: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user