Currently I use Arq to make scheduled (every 120 hours & after 21:00) encrypted cloud backups of macOS to BackBlaze. iOS as well as ~/Documents
, ~/Desktop
on macOS are automatically backed up to iCloud. Other documents are backed up with Dropbox.
I love the fact that I can set up any new mac or phone to use my exact
and perfect setup without any cruft in seconds. All my dotfiles are online and can be setup on any new mac via few commands, thanks to Nix.
- Arq - Automatically backs up Macs and Windows PCs.
- Restic - Fast, secure, efficient backup program. (HN) (Web) (Rest Server) (GitHub)
- BorgBackup - Deduplicating archiver with compression and authenticated encryption.
- Vorta Backup Client - Backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft.
- BorgBase - Specialized Hosting Service for BorgBackup.
- HashBackup - Unix command-line backup program to create a local backup, remote offsite backup, or both, in your own storage accounts.
- Kopia - Simple, cross-platform tool for managing encrypted backups in the cloud. (Web) (HN)
- knoxite - Data storage & backup system.
- Rclone - Command line program to sync files and directories to and from different cloud storage providers. (HN) (Web)
- bup - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication.
- encbup - Companion to bup, the backup program. encbup adds encryption to bup, while still allowing per-file deduplication.
- Conserve - Robust portable backup tool in Rust.
- tm - Time Machine recovery utility for the six-or-so people who still use Time Machine for version control.
- Unison - File-synchronization tool for OSX, Unix, and Windows. (Web)
- Tarsnap - Online backups for the truly paranoid. (CLI client) (HN)
- Bupstash - Encrypted backups made easy. (Code) (Introducing Bupstash) (Lobsters)
- BlobBackup - Simple Backups to Any Storage.
- zrepl - One-stop ZFS backup & replication solution. (Docs)
- Linux Time Machine - Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups.
- Autorestic - High level CLI utility for restic. (Docs)
- Walrus - Fast, Secure and Reliable System Backup, Set up in Minutes. (Web)
- Data that is not backed up is lost data.
- Even the smallest file can take days to recreate.
- Tao backup - Pretty funny take on backups.
- Rsync time backup
- Cloud Backup Comparison. Which one is the fastest? (2019)
- Lessons learned when my SSD died (2018)
- Lobsters: Where do you host your back ups? (2019)
- go-backblaze - Go client for Backblaze's B2 storage.
- How to store data forever (2020) (Lobsters)
- Backblaze B2 Cloud Storage Now Has S3 Compatible APIs (2020) (HN)
- tmignore - Exclude development files from Time Machine backups.
- Setting up your backup service (2020)
- Organizing Data Through the Lens of Deduplication (2020) (Lobsters)
- Backing up data like the adult I supposedly am (2020) (Lobsters) (HN)
- Automatic restic backups using systemd services and timers
- Encrypted Backup Shootout (2021) (HN)
- Back up your MacOS (2021)
- Personal data backup plan (2020)
- How I store my files (2021) (HN)