aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.example')
-rw-r--r--config.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.example b/config.example
new file mode 100644
index 0000000..f4b98f5
--- /dev/null
+++ b/config.example
@@ -0,0 +1,11 @@
+# dot-backup configuration
+# Copy to ~/.config/dot-backup/config and edit as needed
+
+# Where backups are stored
+#DEFAULT_OUTPUT_DIR="${HOME}/Programming/GIT/my-dotfiles"
+
+# Log file location (used with -q/--quiet)
+#LOG_FILE="${HOME}/.local/share/dot-backup/backup.log"
+
+# External dotfiles list (one path per line, # for comments)
+#DOTFILES_LIST="${HOME}/.config/dot-backup/files.list"