I’m interested to hear what do people use as their cloud backup and the cost of it. I currently use idrive e2 storage at 5$ per TB a month. Trying to see if there is any better deal anywhere and just curious on everyone’s thoughts.

  • WeirdGoesPro@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    52 minutes ago

    I use Backblaze personal backup for $9 per month with unlimited storage. I’ve backed up many terabytes without an issue.

  • electric_nan@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    Running server backs up to two local disks which can each hold 2 days at a time, but they both hold the same 2 days. Every night the most recent backup is uploaded offsite (friend’s house) where is stored versions in a normal scheme.

  • hoodoo5x5@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    I use Azure Storage Accounts - costs about $0.76 for 37GB per month. I’m still using an old Synology DS918+ but it backs up automatically to the Storage account every day. If you go that route, be sure to edit the network configuration, set it to only access from “selected networks”, and then put in your home IP or CIDR. Use that and an access token so you have at least two controls preventing the internet from accessing it.

  • algernon@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 hours ago

    Way back when, my Dad always told me to have at least three copies of everything, because one backup is no backup. So I have a 1TB Storage Box at Hetzner (€4/month, in a different datacenter than my VPSes) I push backups to with Restic. I also backup to a local machine (also with restic), and to my Dad’s NAS (you guessed, with restic), and to my old Debian server until I decommission it (also with restic).

    All legs have different retention settings, based on how much space I have at a particular backup site.

  • Father_Redbeard@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    I’m only concerned about my Immich library right now. It’s hosted on a local Unraid server. Nightly I have a flat file backup rcloned to another local server and a micro PC at my parent’s house. Once a week Duplicacy does a chunked encrypted backup to Backblaze B2.

    I’m messing around with some other backup software though. Not super happy with Duplicacy but it’s working for now.

  • BakedCatboy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    9 hours ago

    I went with rsync.net, grabbed a promo at some point and have been getting 1.6TB for $10/mo. They support a wide range of protocols (sshfs, sftp, rsync, borg, synology, guides for freenas and truenas), snapshots, idle alerts, geo redundancy for a fee. Been very happy with it so far. Had to retrieve some files once and had no issue.

  • TrumpetX@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    13 hours ago

    I bounced around a bit after Storj decided to hate consumers and institute massive minimums.

    I’ve landed on Backblaze B2, S3 compatible. Add others have mentioned, doing a shared NAS 2 NAS hookup with a friend or family member is a nice ideal way to do it without monthly fees.

    I use Borg backup from my PCs to a NAS (QNAP), and from there using the built in backup software to go off-site. My self hosted PCs will mount NAS drives directly (like immich and audiobookshelf) and those are also in the NAS off-site job.

    • dieTasse@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      The minimums btw doesn’t apply if you registered through the trueNAS partnership

  • tremble5218@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    16 hours ago

    My solution is surprisingly Microsoft OneDrive, but hear me out. I have the family plan that gives you 1TB per account and you can have up to 6 in the family, giving you a total of 6TB. The thing is, I don’t trust Microsoft, so I use rclone with a crypt remote that encrypts everything before it reaches OneDrive and the encryption key lives in the rclone config on my machine. Make multiple local copies of this file and you’re all set. You can replicate this with any storage provider and you don’t have to trust them.

  • Random Dent@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    12 hours ago

    I use Filen, I don’t know if they still do it but you used to be able to buy a lifetime plan for a one-time fee that was like 50-100GB or something like that, and you could stack them. So I just bought several during a Black Friday sale.

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    25
    ·
    1 day ago

    I donated a server to my brother across the country to use as his media server, it also doubles as my own offsite backup. And vice versa for his, although he’s not really tech savvy enough to care.

    • CopperKit@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 day ago

      I want to do that with my uncle, I got him into self-hosting but I just need to save up so money so I can give him either a nas or a small server. It’s always the drives that skyrocket the price.

  • GenderNeutralBro@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 hours ago

    The cheapest options I’ve found over the years are mostly black Friday sales on lifetime plans. Be careful who you trust, of course. There are lots of scammy ones out there, but there are also some reputable companies that have been around a good long while still offering lifetime plans. Check reviews before buying.

    Over the years I’ve picked up cheap(ish) lifetime memberships with pCloud, Koofr, and Filen. I’ve already gotten my money’s worth out of them.

    I use Borg to create encrypted backups on an external HD, and then I periodically sync that to cloud providers. I prefer E2EE services but it’s not a strict requirement for backups since Borg encrypts them anyway.

    On Windows I recommend Kopia instead of Borg, at least until Borg gets an official stable windows build (planned for 2.0, currently in beta)

    I exclude most things I could re-download like games and movies so 1TB covers my needs pretty well.