From 5e191ec45ad85c59a9b9c9cc39cafef1fd4c3fe1 Mon Sep 17 00:00:00 2001 From: Edu4rdSHL Date: Mon, 19 Apr 2021 12:34:45 -0500 Subject: [PATCH] Remove unneeded file. --- examples/config.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 examples/config.toml diff --git a/examples/config.toml b/examples/config.toml deleted file mode 100644 index f8aeccf..0000000 --- a/examples/config.toml +++ /dev/null @@ -1,16 +0,0 @@ -# Example configuration file for rustnapshot -# These are all the current available options - -# Snapshots directory -dest_dir = "/mnt/defvol/_snapshots/" -# Directory to be snapshoted -source_dir = "/mnt/defvol/_active/root/" -# SQLite database file PATH, created if no exists, recommended to be in the snapshots dir -database_file = "/mnt/defvol/_snapshots/rustnapshot.sqlite" -# Prefix for the snapshots, they will be saved in the format prefix-$current_date -snapshot_prefix = "root" -# Snapshots identifier -snapshot_kind = "weekly" -# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix -# are deleted -keep_only = "2"