Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ibis ghost

macrumors member
Original poster
Nov 26, 2013
46
2
I've sync'd two folders from a backup that I had and it includes about 22k songs.

Is there a way to verify that every song file copied over?

I get some varied size calculations because one folder came from a Windows PC formatted hard drive over to a NAS drive.
 

NoBoMac

Moderator
Staff member
Jul 1, 2014
6,282
4,968
As said, Terminal:

Code:
diff -r -q folder1 folder2 > TranscriptFile

Send it to a transcript file so you can open in a text editor and view/search easily. Depending on Terminal settings, might lose some of the output.
 

jdphoto

macrumors 6502
Jan 13, 2014
323
119
I've sync'd two folders from a backup that I had and it includes about 22k songs.

Is there a way to verify that every song file copied over?

I get some varied size calculations because one folder came from a Windows PC formatted hard drive over to a NAS drive.

You can also run the rsync command in terminal, it will make sure the destination definitely has everything from the source folder and if you run the command back the other way the two directories will definitely be in sync.

rsync -auv /source/directory/path /destination/directory/path
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.