overkill32 / hassio-remote-backup

Automatically create Hass.io snapshots to remote server location.
MIT License
71 stars 26 forks source link

Unable to install - Docker repository missing #33

Open tombeynon opened 4 years ago

tombeynon commented 4 years ago

Hi - thanks for the awesome addon!

After restoring from a snapshot I've tried to reinstall remote-backup but it fails. Looks like the dockerhub repository has gone AWOL?

https://hub.docker.com/r/fixated/remote-backup-armhf

bwthor commented 4 years ago

I can second the "Unable to install" issue. Added the repository, selected the Remote Backup Add-On, clicked Install, got the spinny thing, then stops and shows the Install link. Logs... 19-11-27 15:10:07 INFO (SyncWorker_5) [hassio.docker.interface] Pull image fixated/remote-backup-amd64 tag 0.3.2. 19-11-27 15:10:08 ERROR (SyncWorker_5) [hassio.docker.interface] Can't install fixated/remote-backup-amd64:0.3.2 -> 404 Client Error: Not Found ("pull access denied for fixated/remote-backup-amd64, repository does not exist or may require 'docker login'").

oncleben31 commented 4 years ago

Same thing here. Does this addon is still maintained ?

alexiri commented 4 years ago

I had the same issue, but I ended up using this fork: https://github.com/thestigh/hassio-addons

Petro31 commented 4 years ago

The fork doesn't work either.

sgruby commented 4 years ago

I'm definitely not an expert on add-ons, but I've patched this to use a newer hass.io CLI.

I've modified the add-on and can get it to run locally (put in the addons directory), but can't get it added as an external repository.

From: https://github.com/sgruby/hassio-remote-backup, grab the remote-backup and put it in the addons directory. It seems to work for me. Maybe someone with more understanding of hass.io addons can help.

Petro31 commented 4 years ago

So I found a working repo before you replied. What are you using for your SSH key? I've tried pasting the entirety of the key, the copied text from the public key save file. Neither appear to work. I can log in fine via SSH while using the ppk

Petro31 commented 4 years ago

Well I found the problem. If anyone stumbles upon this, the key that you need to use in the configuration needs to be formatted for openssh. If you're using puttykeygen... Conversions->Export OpenSSH Key (force new file format).

Thrilleratplay commented 4 years ago

It seems this was updated by @pflaugh and created a new repo. I was just able to create a backup after struggling to get this one to work.

ikifar2012 commented 4 years ago

I have created my own fork now with some improvements to the add-on: https://github.com/ikifar2012/remote-backup-addon