From b4dee0ccd25667e54a7b0eafe1a62125a699e07a Mon Sep 17 00:00:00 2001 From: Fuxino Date: Sat, 15 Apr 2023 12:40:09 +0200 Subject: [PATCH] Rename config file --- config => simple-backup.config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename config => simple-backup.config (68%) diff --git a/config b/simple-backup.config similarity index 68% rename from config rename to simple-backup.config index b95cb5b..df7b0ee 100644 --- a/config +++ b/simple-backup.config @@ -1,7 +1,6 @@ -#Example config file for my_backup - -# WARNING: Values should NOT be quoted, e.g. use inputs=/some/dir instead of inputs="/some/dir" +#Example config file for simple_backup +[default] #Input directories. Use a comma to separate items inputs=/home/my_home,/etc @@ -12,4 +11,4 @@ backup_dir=/media/Backup exclude=.gvfs,.cache*,[Cc]ache*,.thumbnails*,[Tt]rash*,*.backup*,*~,.dropbox* #Number of snapshots to keep (use -1 to keep all) -keep=-1 +keep=-1 \ No newline at end of file