aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-26 10:10:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-26 10:10:20 -0300
commiteedb6325a935fcf3b5ab9de12d87b5e9f2e429d6 (patch)
treea57f5d919a959408cf522ed756ec3f9061d682fe /README.md
parent50d5e5743dc94945f32c916ee3b37356d7a6b8af (diff)
downloadborger-eedb6325a935fcf3b5ab9de12d87b5e9f2e429d6.tar.gz
borger-eedb6325a935fcf3b5ab9de12d87b5e9f2e429d6.tar.bz2
Support for multiple configuration profiles
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**