Have I went overboard? Any suggestions? Or help? I travel a lot and don’t have a lot of time when I am home to setup and configure.

I’m using Cloudron on Linode for some things because I have StarLink and haven’t figured out how to connect via internet to my LAN yet. I can use VPN with the router but it seems wonky.

2 NAS

2 Raspberry Pi’s with DNS servers

Raspberry Pi with HomeAssistant

Separate NVR for cameras

Several Docker containers on one of NAS

A Raspberry Pi with DietPi. a 1TB attached drive and Docker Containers.

Cloudron on Linode for when I’m away from home.

  • ChrislyBear@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I had UrBackup running for 6 months+. It wasn’t reliably backing things up, configuring it to be accessible via Internet is almost impossible, adding clienta is a hassle and the config isn’t very user friendly.

    Furthermore I got the inpression, that it’s backups aren’t reliable; restoring files without UrBackup might be impossible.

    That’s why I’m now back at a incremental rsync backup script. It’s reliable, you can just restore things by copying them back via ssh and it uses a lot less space (!!!) than the UrBackup backups.

      • ChrislyBear@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        I used this one, with some modifications, like command line parameters to reuse it for different backup jobs.

        I’ve packaged it into a little docker container that runs crond and runs the script every day for a few backup pairs.

        • thanatos@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I’m not sure if you expected to post a script or link and it didn’t work or if it’s error on my part.