Update 'duplicacy/README.md'
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
# home-assistant-duplicacy
|
||||
|
||||
This will backup the following directories to your backup host. Currently this only works with SFTP. This is to be used in conjunction with an automation to backup hassio and then start this addon. Below is an example of the automation.
|
||||
This will backup the following directories to your backup host using the [duplicacy](https://github.com/gilbertchen/duplicacy) backup program. Currently this only works with SFTP. This is to be used in conjunction with an automation to backup hassio and then start this addon. Below is an example of the automation.
|
||||
|
||||
#### Default Filters
|
||||
The default filters should be good for most things. If you are going to change or add directories, make sure you following the [duplicacy filter RegEx rules](https://forum.duplicacy.com/t/filters-include-exclude-patterns/1089), remember order matters.
|
||||
```
|
||||
filters:
|
||||
- 'i:addons/.*'
|
||||
- 'i:backup/.*'
|
||||
- 'i:config/.*'
|
||||
- 'i:share/.*'
|
||||
- 'i:ssl/.*'
|
||||
```
|
||||
|
||||
#### Automation Example
|
||||
```
|
||||
- id: '1605666407197'
|
||||
alias: Backup HassIO
|
||||
|
||||
Reference in New Issue
Block a user