diff --git a/duplicacy/README.md b/duplicacy/README.md index 39dee16..f1c6d5b 100644 --- a/duplicacy/README.md +++ b/duplicacy/README.md @@ -1,2 +1,22 @@ # 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. + +``` +- id: '1605666407197' + alias: Backup HassIO + description: '' + trigger: + - platform: time + at: '23:00:00' + condition: [] + action: + - service: hassio.snapshot_full + data: + name: autobackup {{now().strftime('%Y-%m-%d %H:%M:%S')}} + - delay: 00:05 + - service: hassio.addon_start + data: + addon: 116a6749_duplicacy + mode: single +``` \ No newline at end of file