Time Machine-style Backups with rsync
Summary
This article demonstrates building Time Machine-style backups on a Linux system using rsync with --link-dest to create incremental snapshots via hard links. It includes a shell script, a cron job example, and notes on space efficiency and caution when deleting snapshots.