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.

  • ChrisG@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    OVH S3 is extremely cost effective and in a privacy respecting jurisdiction far from DrumpfGhanistan

  • philpo@feddit.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 hours ago

    OVH Storage Server with Proxmox Backup server (you can also use if for non-Proxmox clients,btw) and a additional S3 bucket at another hoster.

  • vrighter@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    17 hours ago

    a nas at the opposite ind of the house. If the whoue house goes boom, I have bigger problems to worry about than my data

  • danielfm123@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 hours ago

    Most of the time just rclone pointing to the cheapest storage provider I can find and a daily task at night in my NAS.

    Now I’m using idrive

  • melsaskca@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    I use physical drives that I backup and swap weekly. I’m not a business and this is good enough for the things I want to save, in case everything goes BOOM! I was probably one of the first to say “A Cloud? That would be just someone else’s computer. Why would you store your valuable data in somebody else’s computer? That makes no sense!”

  • xavier666@lemmy.umucat.day
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    My backup method

    On a serious note, I’m working on it. I have another proxmox node which I’m in the process of building, which should have a backup system. So weekly backups from my main proxmox node will be transferred to the backup node.

  • tired_n_bored@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    I don’t have any :')

    My “cloud backup” is a NAS in another room. If the house cathes fire, there’s an earthquake or the volcano I live close erupts I say bye bye to everything

  • tremble5218@programming.dev
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 days 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.

    • IsoKiero@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Another recommendation for storagebox from here. Cheapest option I’ve found and they are pretty reliable. I use proxmox backup server to sync my VMs there (encrypted of course).

    • bugbear@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      Same. It’s enough for me (I don’t really have that much data) and just use rclone to back it up.

  • GenderNeutralBro@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days 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.

  • Prairie_Madness@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    3 days ago

    I use Backblaze B2. About 512GB for about $3-4 a month. Its my secondary backup so hopefully will never have to use it 🤣

  • rako@tarte.nuage-libre.fr
    link
    fedilink
    Français
    arrow-up
    1
    ·
    2 days 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.