Someone on Lemmy posted a phrase recently: “If you’re not prepared to manage backups then you’re not prepared to self host.”

This seems like not only sound advice but a crucial attitude. My backup plans have been fairly sporadic as I’ve been entering into the world of self hosting. I’m now at a point where I have enough useful software and content that losing my hard drive would be a serious bummer. All of my most valuable content is backed up in one way or another, but it’s time for me to get serious.

I’m currently running an Ubuntu Server with a number of Docker containers, and lots of audio, video, and documents. I’d like to be able to back up everything to a reliable cloud service. I currently have a subscription to proton drive, which is a nice padding to have, but which I knew from the start would not be really adequate. Especially since there is no native Linux proton drive capability.

I’ve read good things about iDrive, S3, and Backblaze. Which one do you use? Would you recommend it? What makes your short list? what is the best value?

  • calmluck9349@infosec.pub
    link
    fedilink
    English
    arrow-up
    19
    ·
    1 year ago

    3,2,1.

    My nas is a Synology with raid.

    1. Backup with versions to a single large HD via USB. This ransomware protection or accidental deletion. (Rsync)
    2. Offsite copy to backblaze b2.One version. (Rsync) (~$6/month) This would be natual disaster protection. flood, fire.
    3. Second not raided cheaper Synology at a friends on the other coast. This has ~3 versions. Sorta the backup to the first two.
    • lemmeBe@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      3, 2, 1. ❤

      Without implementing this, it’s a delusion that some company, regardless of the size and reputation, can be trusted to keep our data safe.

      • coffeetastesbadlikecoffee@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 year ago

        Also don’t forget to restore test, otherwise you may as well not do backups. I have a reminder for once a year to test them, not just if it works but also what the performance is just in case.

        • qwexfle@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          This is the part that gets me. I don’t know how to automate this. I periodically retrieve something from the backups, which, so far, has worked. That’s not really good insurance, though. Any suggests or resources, ideally for borg and/restic?

    • jagged_circle@feddit.nl
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      You can get append only backups on backblaze with their lifecycle rules. So that can have ransomware protection too

          • peregus@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Oh, I see, I didn’t know that “nomenclature”. Thanks! Good for some thing, dangerous for other because the stored data keeps growing.

            • jagged_circle@feddit.nl
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              1 year ago

              With backblaze you can set lifcycle rules. For example, any file with the regex “daily” in it automatic gets deleted after 30 days. And any file with “yearly” in it gets deleted after 5 years

  • vividspecter@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 year ago

    A server in a friend/family member’s home. All of the cloud based backups I’ve encountered seem either unaffordable or have annoying limitations.

    • egonallanon@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      Yup I’ve got a box in my mum’s house that all my off site backups go to and it’s a damn site cheaper just to give her some money for the electricity cost of it each month than pay for any cloud service.

    • Droolio@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      100% this. OP, whatever solution you come up with, strongly consider disentangling your backup ‘storage’ from the platform or software, so you’re not ‘locked in’.

      IMO, you want to have something universal, that works with both local and ‘cloud’ (ideally off-site on a own/family/friend’s NAS; far less expensive in the long run). Trust me, as someone who came from CrashPlan and moved to Duplicacy 8 years ago, I no longer worry about how robust my backups are, as I can practice 3-2-1 on my own terms.

    • SkunkWorkz@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Or simply sneakernet drives to a friend’s home. Good excuse to visit a friend more often.

  • kevincox@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    I’ve been using Restic to Backblaze B2.

    I don’t really trust B2 that much (I think it is mostly a single-DC kind of storage) but it is reasonably priced and easy to use. Plus as long as their failures aren’t correlated with mine it should be fine.

  • WxFisch@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I use Backblaze B2 through my Synology NAS to offsite my important data. Most things though I just backup locally and accept the risk of needing to rebuild certain things (like most of my movie/TV media files since I can just re-rip my physical media, and the storage costs are not worth the couple of days of time in that unlikely case).

    I really think this is key when thinking about your backup strategy that is specific to self hosting compared to enterprise operations. The costs come out of our pockets with no revenue to back it up. Managing backups for self hosting IMO is just as much about understanding your risk appetite and then choosing a strategy to match that. For example I keep just single copy in B2, since the failure mode I’m looking to protect against is catastrophic failure of my NAS which holds my main backups and media. I then use Proton Drive and OneDrive to backup secrets for my 2FA setups and encryption for my B2 bucket. This isn’t how I would do it at work (we have a fair more robust, but much more expensive setup). But my costs for B2 are around $15/mo which I am fine with. When I tried keeping multiple copies it had grown to over $50/mo before I cared enough to really rethink things (the cost of the hobby I told myself).

  • calamityjanitor@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I’ve been using pcloud. They do one time upfront payments for ‘lifetime’ cloud storage. Catch a sale and it’s ~$160/TB. For something long term like backups it seems unbeatable. To the point I sort of don’t expect them to actually last forever, but if they last 2-3 years it’s a decent deal still.

    Use rclone to upload my files, honestly not ideal though since it’s meant for file synchronisation not backups. Also they are dog slow. Downloading my 4TBs takes ~10 days.

  • brewery@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    After some research on here and reddit about 6 months so, I settled on Borgbase and its been pretty good. I also manually save occasionally to proton drive but you’re right to give up on that as a solution!

    The hardest part was choosing the backup method and properly setting up Borg or restic on my machine properly, especially with docker and databases. I have ended up with adding db backup images to each container with an important db, saving to a specific folder. Then that and all the files are backed up by restic to an attached external drive at well as borgbase. This happens at a specific time in the morning and found a restic action to stop all docker containers first, back them up, then spin them back up. I am find the guides that I used if it’s helpful to you.

    I also checked my backups a few times and found a few small problems I had to fix. I got the message from order users several times that your backups are useless unless you regularly test them.

  • DarkAngelofMusic@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I’ve been using rsync.net for a while now. It’s been stable, fast, and relatively inexpensive. There’s also the benefit that it’s easy to script automated backups directly to it. For more Dropbox-like functionality, I have a Nextcloud instance that uses rsync.net as external storage. It’s been great so far!

    • bandwidthcrisis@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I like that I can interface with it in ways that I already understand (eg rclone, sync, sshfs).

      Being able to run some commands on the server meant that I could use rclone to copy my AWS and OneDrive backups directly cloud-to-cloud.

      • DarkAngelofMusic@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Is it? I’m genuinely asking. I haven’t seen statistics on how much storage people looking for cloud backup solutions use, but to me, anything under 1TB seems too small to be worth it, these days.

  • dawa@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’m on Pcloud, server with rsync+rclone to move files from file system to cloud and use it as a unified file system.

    The lifetime storage offer from pcloud has been worth it for me and I even upgraded it from 2 to 12 TB

    • frejaya@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I want to set up a backup from my Synology NAS to Pcloud. Can I ask if your setup allows you to restore from Pcloud too? Or would you have to do a fresh NAS setup and just put all your files back on the NAS and Pcloud serves more as a file backup?

  • jagged_circle@feddit.nl
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Backblaze 200% of the time.

    The only thing that sucks about backblaze is that they’re not designed for enterprise. No account balances. No multi users.

      • jagged_circle@feddit.nl
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Well, no, but I use it for free.

        Because backblaze doesn’t let you maintain an account balance, I almost had all my data get deleted one time my credit card false-positive blocked the payment (for “my protection”).

        I ended up getting a credit card specifically for B2. I use it for nothing else.

        Turns out some credit card companies dont charge you anything if your bill for the month is <$1. So, yeah, I accidentally get backblaze for free.