Ask HN: How do you do backups for personal/home server?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Duplicacy

    A new generation cloud backup tool

    I tried a bunch of different ways but ultimately settled on Duplicacy [0].

    It runs inside a Docker container and backs up both my data as well as configurations like my docker compose file and smb.conf.

    Off site storage was Backblaze B2, but I moved to Hetzner. Likely will move back just because B2 is cheaper and a bit faster for my region.

    Another layer of backup I do is use Duplicacy to backup to a portable hard drive occasionally that I keep off site.

    [0] https://duplicacy.com/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

    2. Borgbackup [0] with Borgmatic [1], daily backups to another server which also has Raid1

    [0] https://www.borgbackup.org/

  4. borgmatic

    Simple, configuration-driven backup software for servers and workstations

  5. restic

    Fast, secure, efficient backup program

    I do backups to a local, external HD (that I need to manually plug and unplug, unfortunately), and to Backblaze. Depending on the importance of the data, it's being pushed daily to B2 and weekly to HD, or more seldom, or only to HD.

    Technology-wise, I've been on restic for some years now, because of its support for cloud backends. (Otherwise, Borg is a fine tool, too.) Until last week, I've used crestic, but I just migrated to resticprofile, as that can do web hooks and pre-/post-commands, which I intend to use for SQL server dumps.

    restic: https://github.com/restic/restic/

  6. crestic

    Configurable Restic Wrapper

  7. resticprofile

    Configuration profiles manager and scheduler for restic backup

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Restic: Backups Done Right

    16 projects | news.ycombinator.com | 13 Oct 2024
  • Duplicity

    14 projects | news.ycombinator.com | 24 Jan 2024
  • Kopia: Open-Source, Fast and Secure Open-Source Backup Software

    20 projects | news.ycombinator.com | 15 Sep 2023
  • I am looking for open-source backup application alternatives

    2 projects | /r/opensource | 17 Jan 2023
  • Which service to backup your important files ?

    3 projects | /r/selfhosted | 19 Nov 2022