diff --git a/.gitignore b/.gitignore index abbf78e..d0f9288 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ package-lock.json .idea yarn.lock -config.yml bin lib -data \ No newline at end of file +data + +.autorestic.yml \ No newline at end of file diff --git a/config.sample.yml b/config.sample.yml deleted file mode 100644 index be0215e..0000000 --- a/config.sample.yml +++ /dev/null @@ -1,18 +0,0 @@ -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