• 0 Posts
  • 3 Comments
Joined 2 months ago
cake
Cake day: July 8th, 2025

help-circle


  • slate@sh.itjust.workstoSelfhosted@lemmy.worldData Backup Solutions
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    21 hours ago

    I really like duplicacy. It’s just a single executable you add to your path, then configure it to back up to basically any remote you want. I don’t even bother to run it in a container since it doesn’t have dependencies. Encrypted, compressed, deduplicated, incremental backups. The algorithm is pretty slick too. It can back up multiple machines to the same repository, and it’ll dedupe across them without any locks required.

    Duplicacy CLI is free, and there’s a front-end for a reasonable fee. I think $50 for the first year, then $10 for every subsequent year.

    For storage, you can just go with whatever is cheapest/easiest. I use a gdrive I’m paying for regardless for effectively free storage. But if I didn’t have that, Hetzner seems very appealing. I think it’s $4/mo for 1TB? Very reasonable, and you wouldn’t need to worry about api calls or chunk size / file count like you would with S3/B2/StorJ.