How does everyone backup their servers?

This page summarizes the projects mentioned and recommended in the original post on /r/admincraft

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Rsnapshot

    a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)

  • s3cmd

    Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).

  • I have a cronjob that runs hourly which creates a tarball and then uses s3cmd to push files to Amazon S3. It also removes local backups that are older than 3 hours old, and retention policy removes S3 backups older than 7 days old.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

  • I'm using BorgBackup with Borgmatic and making backups to BorgBase. I was using plugins (like DriveBackupV2) before and uploading my backups to Google Drive but it was pretty slow and using a lot of space. With Borg I can make backups much more frequently and without using a lot of space thanks to deduplication.

  • borgmatic

    Simple, configuration-driven backup software for servers and workstations

  • I'm using BorgBackup with Borgmatic and making backups to BorgBase. I was using plugins (like DriveBackupV2) before and uploading my backups to Google Drive but it was pretty slow and using a lot of space. With Borg I can make backups much more frequently and without using a lot of space thanks to deduplication.

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