You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
Currently we can save locally but add support for additionally saving to S3 (and other cloud locations in future?). Only requires a couple of lines from https://github.com/robmarkcole/HASS-S3
Will greatly simplify the process for anyone who wants to store on locations as well as local, which currently requires automations using folder_watcher.
Proposed addition to config:
cloud_backup:
- location: S3aws_access_key_id: AWS_ACCESS_KEYaws_secret_access_key: AWS_SECRET_KEYregion_name: eu-west-1 # optional region, default is us-east-1bucket: fookey: bar
The text was updated successfully, but these errors were encountered:
robmarkcole
changed the title
Add storage_location option
Add save_files option
Jan 20, 2021
Currently we can save locally but add support for additionally saving to S3 (and other cloud locations in future?). Only requires a couple of lines from https://github.com/robmarkcole/HASS-S3
Will greatly simplify the process for anyone who wants to store on locations as well as local, which currently requires automations using folder_watcher.
Proposed addition to config:
The text was updated successfully, but these errors were encountered: