summaryrefslogtreecommitdiff
path: root/client.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-06 19:22:10 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-06 20:00:04 +0200
commit7cfa4142bc1859f9084a35e7e7fd5f67d3a655a3 (patch)
tree1eabf91078c2be52b719b78110af1630a3fbf375 /client.yaml
parentaa75f0d5709fb4062900db5ab5b6e2598b6af667 (diff)
downloadobnam2-7cfa4142bc1859f9084a35e7e7fd5f67d3a655a3.tar.gz
feat! back up multiple roots
This changes the client configuration file "root" field (with a single string) to "roots" (a list of strings).
Diffstat (limited to 'client.yaml')
-rw-r--r--client.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/client.yaml b/client.yaml
index f985fae..99feee4 100644
--- a/client.yaml
+++ b/client.yaml
@@ -1,4 +1,5 @@
server_url: https://localhost:8888
verify_tls_cert: false
-root: /home/liw/tmp/Foton
+roots:
+ - /home/liw/tmp/Foton
log: obnam.log