Update config templates.

This commit is contained in:
Eduard Tolosa 2024-02-07 00:03:29 -05:00
parent 230b2babbe
commit e24d29c048
3 changed files with 6 additions and 0 deletions

View file

@ -13,3 +13,5 @@ snapshot_prefix = "root"
snapshot_kind = "weekly"
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
keep_only = 2
# Machine name to be used in the snapshots metadata
machine = "Oribos"

View file

@ -8,3 +8,5 @@ database_file = "/.rusnapshot/rusnapshot.db"
snapshot_prefix = "home"
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
keep_only = 2
# Machine name to be used in the snapshots metadata
machine = "Oribos"

View file

@ -8,3 +8,5 @@ database_file = "/.rusnapshot/rusnapshot.db"
snapshot_prefix = "root"
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
keep_only = 2
# Machine name to be used in the snapshots metadata
machine = "Oribos"