I just got my home server up and running and was wondering what you guys recommend for backups. I figure it will probably be worth having backups on cloud servers tjay are external, are there any good services yall use for that?

  • Qu4ndo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    20
    ·
    3 years ago

    Borgbase with Borgmatic (Borg) as the Software. As far as I know the whole Borgbase Service is from a Homelab guy (with our needs in mind).

    Also 3-2-1 rule!

    • pacjo@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 years ago

      Not so much about testing, but one time I really needed to get to my backups I lost password to the repository (I’m using restic). Luckily a copy of it was stored in bitwarden, but until I remembered it, were perhaps one of the worst moments.

      Needless to say, please test backups and store secrets in more then one place.

  • kennyboy55@feddit.nl
    link
    fedilink
    English
    arrow-up
    11
    ·
    3 years ago

    I have an unraid server which hosts an docker image of Duplicacy. It is paid though for the web interface. And it backs up to Backblaze B2. I have roughly 175GB backed up, for which I pay $0.87 a month.

    • GlitzyArmrest@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 years ago

      This is almost my exact backup workflow, with another location in between. Duplicacy is great, highly recommend.

    • lal309@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 years ago

      Do you have other clients backing up to your unraid? I’m looking for a complete solution to backing up end user workstations (windows, Mac and Linux) to my unraid server then backing up my unraid server to something like wasabi, Amazon, backblaze, etc. Preferably a single solution.

      • kennyboy55@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 years ago

        Yes, I have another server automatically rsyncing important config files to a nfs share. And my pc has a samba share where I manually backup files to.

    • Rakn@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 years ago

      Paid for the web interface as well. I really like that it’s super simple and just does it’s job. That would be the one I’d also recommend.

  • johntash@eviltoast.org
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 years ago

    rsync.net is great if you need something simple and cheap. Backblaze B2 is also decent, but does have the typical download and API usage cost.

    • Crazeeeyez@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      3 years ago

      I had never heard of rsync.net until now. I like the idea but it seems more expensive than B2. $15/TB vs $5/TB. Am I doing the math wrong or reading it wrong?

      • johntash@eviltoast.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 years ago

        I don’t see it on their website right now, but they offer a discount if you’re using something like restic/borg and only need scp/sftp access. Their support is also super friendly. I’ve had an account forever and got moved to the 100+ TB pricing even though I have < 50TB stored. YMMV but it doesn’t hurt to ask if they have any additional discounts.

        Also keep in mind that B2 charges for bandwidth too. It’s $5/TB for storage, but $10/TB to download that same data.

        • Crazeeeyez@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 years ago

          Sure but backup is mostly data in (free on B2). Data out is rare, if ever.

          If i wasn’t backing up 12TB+ I would actually go with rsync for the features though.

          Borgbase looks interesting, too.

    • loganb@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 years ago

      I second restic. Have been using it for a year now and have been generally very happy. Actually had to use it in a couple occasions to restore directory content and even recover a complete workstation drive. I have had relatively easy success in both scenarios.

      • Jajcus@kbin.social
        link
        fedilink
        arrow-up
        3
        ·
        3 years ago

        I know Restic before Kopia and made a set of systemd units to run Restic backups on my home server and office workstation (both online 24/7).

        Kopia seems much nicer for a regular user, so I use it on my and family laptops. I used to use Duplicati there, but that project seems dead.

    • jcg@halubilo.social
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      +1 for backblaze. I use docker for everything and mounted volumes directly in the folder alongside a docker compose file. So I just tar my services directory with everything in it, and pipe it to rclone which connects to backblaze and has a “cat” feature so you can pipe data directly to the destination.

    • monty@lemmy.one
      link
      fedilink
      arrow-up
      0
      ·
      3 years ago

      Restic and then rclone to backblaze? Or is there a way to restic directly to backblaze?

      • mellitiger@iusearchlinux.fyi
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 years ago

        I do prefer having a local copy of my backups (and therefore i use rclone), but afaik restic does support b2 directly…

  • wibo@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 years ago

    I use restic to backup my raspberry Pi’s to my Synology NAS and backup my NAS to backblaze.

    • pacjo@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 years ago

      It’s the first time I hear about resticprofile and it looks nice. So far I’ve been using crestic for configuration files. Do you know how they compare?

  • kalleboo@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    Backblaze B2 for automatic syncing of all the little files

    Glacier for long term archiving of old big files that never change

  • Pechente@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    Backups and archived files go to my home server which then backups to backblaze b2.

    • hoodlem@hoodlem.me
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 years ago

      My setup exactly, with the addition of using M-Discs to backup my core important stuff.

  • Revan343@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    rsync.net and learn to use Borg; they’re stupid cheap if you’re technically proficient enough to handle the Borg setup yourself. Like, charge by the gigabyte, but it’s 1.5¢/GB at the most expensive, and cheaper in bulk

  • ghariksforge@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    3 years ago

    External HDD in my wifi network. It runs Samba. I can just drag and drop folders and it transfers over wifi.

  • jrest18n@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    Veeam backup and replication at home and at work. At home a copy goes to a NAS, another copy goes to backblaze b2 currently.