From f9b04ea3427181e8a8aecd211fc4e950d2550cec Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 26 Oct 2019 21:31:33 +0200 Subject: [PATCH] remove sample --- .gitignore | 5 +++-- config.sample.yml | 18 ------------------ 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 config.sample.yml 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