aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9319508..ede99ca 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,20 @@ As simply as
borger servername --list
borger mydisk --list
+# Multiple configuration profiles
+
+You can process multiple backup destionation in the same command by placing each
+configuration in a subfolder of `~/.config/borger`, like `~/.config/borger/default/servername`
+and `~/.config/borger/default/mydisk` and invoking both using commands like
+
+ borger default
+ borger default --list
+ borger default --continuous
+
+Each config could even be a symbolic links to other configs, so you can build different
+backup profiles for different situations, eg. when your laptop is at home, office or if you're
+backing up to multiple external drives at the same time.
+
# WARNING
Borger uses `keyfile` encrytion by default. That means **you should backup your keyfile**