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