From eedb6325a935fcf3b5ab9de12d87b5e9f2e429d6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 May 2018 10:10:20 -0300 Subject: Support for multiple configuration profiles --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') 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** -- cgit v1.2.3