From 59792316cb3469dd484f2a3245e50a5ac0dcbc8d Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 20 Jun 2019 23:09:59 +0200 Subject: [PATCH] sample config --- config.sample.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.sample.yml diff --git a/config.sample.yml b/config.sample.yml new file mode 100644 index 0000000..be0215e --- /dev/null +++ b/config.sample.yml @@ -0,0 +1,18 @@ +locations: + home: + from: /home/myUser + to: remote + important: + from: /path/to/important/stuff + to: + - remote + - hdd +backends: + remote: + type: b2 + path: 'myBucket:backup/home' + B2_ACCOUNT_ID: account_id + B2_ACCOUNT_KEY: account_key + hdd: + type: local + path: /mnt/my_external_storage \ No newline at end of file