rsync for backups
I just switched to rsync for backups instead of my old trusted tar backup command because I again read about it at Coding Horror.
Advantages? Many.
Less data to save because I don’t have months-old incremental backups lying around
Live backup (without need to unpack)
Backup over SSH without any hassle
Ubuntu Community Docs has an article on what command [...]

