Index / Questions / How do you copy files from a failing har

How do you copy files from a failing hard drive with rsync?

Answer

I use rsync instead of Finder or Explorer to copy from an unreliable disk. It skips unreadable files, resumes where it was interrupted, and with the --exclude option you can route around bad sectors.

Sources