Software Alternatives, Accelerators & Startups

Restic: Backups Done Right

Kopia Restic Duplicity Rsnapshot borgmatic
  1. 1
    Fast and Secure Open-Source Backup Software for Windows, Mac, and Linux
    Pricing:
    • Open Source
    Been using Restic for a while but I was wondering how does it compare to: - Rustic https://rustic.cli.rs - Kopia https://kopia.io.

    #Backup & Restore #File Sharing And Backup #Cyber Security 32 social mentions

  2. 2
    Easy: Doing backups should be a frictionless process, otherwise you are tempted to skip it.
    Pricing:
    • Open Source

    #Backup #Backup Automation #Online Backup 189 social mentions

  3. Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.
    Other popular choices include borg, duplicity, and duplicati. After evaluating these and others mentioned in the comments, I ended up using borg with borgmatic to define homelab backups with yaml files that are version controlled in gitea and deployed using ansible. I also use duplicity to back up my sister in laws storefront website to backblaze. I've been quite happy with both. https://borgbackup.readthedocs.io/en/stable/ http://duplicity.gitlab.io/ https://docs.duplicati.com/en/latest/.

    #Cloud Storage #File Sharing #Backup & Sync 12 social mentions

  4. rsnapshot is a rsync based backup utillity
    Pricing:
    • Open Source
    In the 90's I remember using various backup tools that had their own custom format. I decided that I wanted my backup to be just wanted files on a normal filesystem without being stored in some kind of special format. I realize that this means compression and deduplication is harder but those are tradeoffs that I can accept. I've been using rsnapshot (or it's predecessor script) for 20 years now. It's a wrapper around rsync that gives you snapshots that save space by using hard links. I can compare versions with diff. I can restore files with cp -a https://rsnapshot.org/.

    #Cloud Storage #Backup & Sync #File Sharing 30 social mentions

  5. Simple, configuration-driven backup software for servers and workstations
    Pricing:
    • Open Source
    Same, borgmatic has been running flawlessly for a long time, itโ€™s great. Also backing up to a Hetzner storagebox, so itโ€™s quite cheap too. https://torsion.org/borgmatic/.

    #File Sharing And Backup #Backup & Restore #File Sharing 4 social mentions

Discuss: Restic: Backups Done Right

Log in or Post with