mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
(chore): change default for database file
It's more common that people uses @snapshots (/.snapshopts/) subvolume to store snapshots, so let's default to that dir
This commit is contained in:
parent
2c8c16ad4e
commit
daca0998fa
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ pub struct Args {
|
||||||
short = 'd',
|
short = 'd',
|
||||||
long = "dfile",
|
long = "dfile",
|
||||||
env = "RUSNAPSHOT_DB_FILE",
|
env = "RUSNAPSHOT_DB_FILE",
|
||||||
default_value = "/.rusnapshot/rusnapshot.db"
|
default_value = "/.snapshots/rustnapshot.sqlite"
|
||||||
)]
|
)]
|
||||||
pub database_file: String,
|
pub database_file: String,
|
||||||
/// Prefix for the snapshot name.
|
/// Prefix for the snapshot name.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue