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.

  • rako@tarte.nuage-libre.fr
    link
    fedilink
    Français
    arrow-up
    1
    ·
    2 hours ago

    I have a vps I use for other stuff, and put syncthing on it. My files are replicated between it, my computer and my phone. On the vps I activated the setting to store old versions

    For photos I use hetzner’s storage share, a nextcloud offering. Photos are browsable with nextcloud’s “memories” app, really useful.

    I don’t really believe in “backups”, ie a full copy of the content in another format that is unusable unless you run it through a special restoring process. If the files are being copied, why not make it useful ? Syncthing makes it so all environments are equally usable, and the versioning prevents mistakes. There is no restore phase: the files are already usable.

    I really think we need to move our thinking away from the one-machine-with-copies mindset, and architecture our usages around multiple-machines-by-default. If the goal of backups is resiliency, a syncthing clusters achieves that.

  • WeirdGoesPro@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours 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
    ·
    4 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
    ·
    5 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
    ·
    7 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
    ·
    7 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
    ·
    11 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
    ·
    14 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
      ·
      9 hours ago

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

  • tremble5218@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    18 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.

    • MalReynolds@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      17 hours ago

      Yup, once you encrypt at home just chose the cheapest / most reliable (or use multiple) depending on taste off site storage. Trust is no longer an issue.

      I’d like to see some sort of MergerFS for multiple offsites with varying redundancy levels, instead of my shell script.

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    33
    ·
    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
      9
      ·
      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.