If you use rsync to do an incremental backup of a partition and you forget to mount it, such as:
Code: Select all
rsync -ai --progress --delete /mnt/sda8/ /mnt/sdb3
it will DELETE all the files on the backup.
Mount it and run it again and it will copy back the 40 gig of stuff it just deleted.