mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Use proper type for keep_only.
This commit is contained in:
parent
ddcc8d58d9
commit
a231f177b5
3 changed files with 3 additions and 3 deletions
|
|
@ -12,4 +12,4 @@ snapshot_prefix = "root"
|
|||
# Snapshots identifier
|
||||
snapshot_kind = "weekly"
|
||||
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
||||
keep_only = "2"
|
||||
keep_only = 2
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ database_file = "/var/lib/rusnapshot/rusnapshot.db"
|
|||
# Prefix for the snapshots, they will be saved in the format prefix-$current_date
|
||||
snapshot_prefix = "home"
|
||||
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
||||
keep_only = "2"
|
||||
keep_only = 2
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ database_file = "/var/lib/rusnapshot/rusnapshot.db"
|
|||
# Prefix for the snapshots, they will be saved in the format prefix-$current_date
|
||||
snapshot_prefix = "root"
|
||||
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
|
||||
keep_only = "2"
|
||||
keep_only = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue