This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Add rsync for Hass.io folders - #20
Open
carstenschroeder wants to merge 8 commits into
Open
Conversation
Owner
|
@carstenschroeder Can you double check this PR against the newly updated config.json? The repository has recently changed locations. Thanks. |
gervaso
suggested changes
Apr 25, 2019
gervaso
left a comment
Contributor
There was a problem hiding this comment.
Hello, the repo has just been moved, could you please update the urls to "overkill32" instead of "mr-bjerre"?
Nice work, I'm also interested in it!
I had to upgrade to hassio-cli 2.2.0 in order to find a binary for the new armv7 arch. After that I had to change some bash code, because hassio-cli Ver. 2 is not compatible to Ver. 1. It now seems to work in my installation (but I am on amd64). Please test yourself!
Author
|
This PR now includes all the changes of my repo: https://github.com/carstenschroeder/hassio-addons/tree/master/remote-backup I had to upgrade to hassio-cli 2.2.0 in order to find a binary for the new armv7 arch. After that I had to change some bash code, because hassio-cli Ver. 2 is not compatible to Ver. 1. It now seems to work in my installation (but I am on amd64). Please test yourself! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds rsync to the addon. This allows to transfer Hass.io folders "/config", "/backup", "addons", "/share" and "/ssl" to their NAS. Here rsync uses user/password, so it works with the Synology rsync service out-of-the-box.
Users can choose SCP and/or rsync for backup in config.
I'm a bash newbie, so I'd happy to do needed changes. Please feel free to give feedback.
If PR should be acceptable, I would also add the new options to readme.md.