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