For those of you running Unraid and backing up their data to Backblaze, how are you doing it?

I’ve been playing a bit with KopiaUI but what is the easiest and most straight forward way?

Bonus points if I can have the same “client/software/utility” backup data from non-servers (Windows, macOS and Linux) in my network to said Unraid server.

I don’t want to complicate the setup with a bunch of dependencies and things that would make the recovery process long and tedious or require in-depth knowledge to use it for the recovery process.

To recap:

Workstations/laptop > back up data with what? > Unraid

Unraid > back up data with what? > Backblaze

  • camr_on@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    I’m partial to duplicacy, not to be confused with duplicati. Has worked great for me

  • Limit@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    2 years ago

    I’m a big fan of duplicati. You can install it on Linux, windows, (not sure about mac) and use it to send backups anywhere. Backup to your nas, to s3, smb share, whatever.

    • lal309@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 years ago

      I’ve mostly stayed away from duplicati because of the “horror stories” around restore operations. Quotes because sometimes people exaggerate but other times they are legitimate concerns/bad experiences.

      • Limit@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        That’s fair, we should all test our backups from time to time. I haven’t had any issues over the years with it though i’ve never had to rely on it for a full restore.

    • Research8165@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      I’ve generally had a positive experience with duplicati to backup unraid to backblaze. Recently had time to test my encrypted backup, and had no problem restoring it.

      • Limit@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        I use it to send backups to backblaze b2 also, it works very well for me.

  • xyguy@startrek.website
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    I use Syncthing on all my endpoints Windows and Linux (can’t speak for Mac) to sync to my TrueNAS server. It has a built in tool to just back up to backblaze on a certain schedule.

    I know you can use Syncthing with unraid in Docker. I have it set up so sync all endpoints to my server and then the server pushes the latest changes back to all the endpoints. This is overly redundant and you don’t have to do it that way but all endpoints and my server would have to die at the same time before I lost any data. It’s sort of a backup scheme in and on itself.

  • lal309@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    UPDATE: Decide to give rclone a try and try to automate it all through scripts. So far I the rclone script checking for errors, logging to a file and sending discord notifications.

  • rambos@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I use nextcloud to sync files from PC/phone to server and then Kopia CLI for daily backup to backblaze (also 2nd local backup). I start kopia web server for easier restore, but luckily I never had to do a real restore, only testing backups