My Docs
Search…
Backups
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.

Backup tools

  • Arq - Automatically backs up Macs and Windows PCs.
  • Restic - Fast, secure, efficient backup program. (HN) (Web)
  • 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.
  • 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. (HN)
  • Bupstash - Encrypted backups made easy. (Code) (Introducing Bupstash) (Lobsters)
  • BlobBackup - Simple Backups to Any Storage.

Cloud Storage

Notes

  • Data that is not backed up is lost data.
  • Even the smallest file can take days to recreate.

Links

Last modified 5mo ago