From e24d29c048632bface3ccba6ca45859a9ae6ff05 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 7 Feb 2024 00:03:29 -0500 Subject: [PATCH] Update config templates. --- examples/config-templates/config-all.toml | 2 ++ examples/config-templates/config-home.toml | 2 ++ examples/config-templates/config-root.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/examples/config-templates/config-all.toml b/examples/config-templates/config-all.toml index 50f148f..45599e6 100644 --- a/examples/config-templates/config-all.toml +++ b/examples/config-templates/config-all.toml @@ -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" diff --git a/examples/config-templates/config-home.toml b/examples/config-templates/config-home.toml index f139f97..716b6f0 100644 --- a/examples/config-templates/config-home.toml +++ b/examples/config-templates/config-home.toml @@ -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" \ No newline at end of file diff --git a/examples/config-templates/config-root.toml b/examples/config-templates/config-root.toml index 10e0227..95e4717 100644 --- a/examples/config-templates/config-root.toml +++ b/examples/config-templates/config-root.toml @@ -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" \ No newline at end of file