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