mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Update config templates.
This commit is contained in:
parent
230b2babbe
commit
e24d29c048
3 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,5 @@ snapshot_prefix = "root"
|
||||||
snapshot_kind = "weekly"
|
snapshot_kind = "weekly"
|
||||||
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
||||||
keep_only = 2
|
keep_only = 2
|
||||||
|
# Machine name to be used in the snapshots metadata
|
||||||
|
machine = "Oribos"
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,5 @@ database_file = "/.rusnapshot/rusnapshot.db"
|
||||||
snapshot_prefix = "home"
|
snapshot_prefix = "home"
|
||||||
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
||||||
keep_only = 2
|
keep_only = 2
|
||||||
|
# Machine name to be used in the snapshots metadata
|
||||||
|
machine = "Oribos"
|
||||||
|
|
@ -8,3 +8,5 @@ database_file = "/.rusnapshot/rusnapshot.db"
|
||||||
snapshot_prefix = "root"
|
snapshot_prefix = "root"
|
||||||
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
||||||
keep_only = 2
|
keep_only = 2
|
||||||
|
# Machine name to be used in the snapshots metadata
|
||||||
|
machine = "Oribos"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue