I've got an external portable HDD that had my iTunes library (amongst other things). I was in the process of migrating it over to a newer external SSD when my Mac crashed. Since then, something has happened to the HDD that has made is suuuuuuuuuper slow. All the data appears to still be there, but trying to browse it in the Finder is useless.
I've been trying to rescue the data via the Terminal, using the rsync command. However, it's again super slow. 12-14kB/s average. When it's a 350gb library, that's... not ideal.
Is there a faster method? This is the command I'm using:
I've been trying to rescue the data via the Terminal, using the rsync command. However, it's again super slow. 12-14kB/s average. When it's a 350gb library, that's... not ideal.
Is there a faster method? This is the command I'm using:
Code:
rsync -ahP --exclude='*.m4p' /Volumes/Archive/Music/iTunes/iTunes\ Music ~/Desktop/Move/ 2> ~/Desktop/rSyncErrors.txt