This is a little Add-on that I created to do provide offsite backup and file management for my Home Assistant. It mirrors my snapshots in /backup and media files in /media to my own personal FTP server.
The only files in my HA’s /media directory are videos and pictures taken by my security camera cameras, and they are removed from both HA and my FTP server after 30 days using the local_expiration_days and delete options. I set the scan_interval on my /media directory to 5 seconds so that anything recorded by my security cameras is very quickly copied offsite.
Additionally, my FTP server is also my web server, so I can review the uploaded videos and pictures at high bandwidth from anywhere in the world, even if my HA has gone down.
That’s strange. I’m using the aarch64 platform myself (Raspberry Pi 4), but according to the Alpine Linux website, LFTP should be available for armv7 under Alpine Linux v3.14:
And their build log and package contents for LFTP seem to be okay… Can you try it again to verify that there wasn’t some network glitch at the time when you tried to install it?
And can anyone else with a armv7 confirm whether or not this works for them? I think the following are under the armv7 platform with the Home Assistant Operating System:
32-bit Raspberry Pi (mostly Pi 1 and 2, but you could put it on Pi 3 and 4)
This is the same as all the other platforms (aarch64, armhf, mips64, ppc64le, s390x, x86, x86_64), so the apk add --no-cache lftp command should work on armv7. Until I can prove on one of my machines that Alpine Linux has messed up their armv7 LFTP package, I’m not going to report this to them yet, because it’s almost inconceivable that they’d make a mistake like that. It’s much more likely that a network problem or insufficient storage space or something else is to blame.
I’ve got an extra Pi on which I can try to install the armv7 version of Home Assistant to see if I can duplicate your problem, but it will likely be a few days before I can do it.
Thank you! It’s good to know that there isn’t an installation problem with this add-on, and have an explanation for alexreaddy78’s problems.
And now I understand why I wasn’t able to reproduce that problem, because I was testing against instances of the Home Assistant Operating System (which has the necessary libseccomp2), and not manual container/core installations.
I am also getting the same error:
s6-overlay-suexec: fatal: can only run as pid 1
iThe Installation went well with no errrors as far as I can tell. I have updated everything in Home Assistant to the current version as of 01-01-2023:
Home Assistant 2022.12.8
Supervisor 2022.12.1
Operating System 9.4
Frontend 20221213.1 - latest
Hi there.
I added the repository to the store, as described in het first post.
After that I can find Godaddy and Google cloud dns in the store, but no LFTP mirror.
Any suggestion whats going wrong?