I've never used it, but DupeGuru ME is a $20 utility designed for just this problem -- http://www.hardcoded.net/dupeguru_me/
Posted by:
Fuzzy on August 14, 2007 10:32 AM
Sean, here's what I do (I'll try to keep it brief).
I have all my music (300+ gigs) on a FireWire drive attached to my MacBook Pro. That is my main iTunes library.
For backups, I rsync all of the music to a FreeBSD server that I have in my house. That way a hard failure of my firewire disk won't have me losing any music. I do this sync anything I make any changes to the library (adding things, removing things, updating tags, etc.). I also rsync the iTunes Library file in addition to the music files.
And now for the problem you have...
First thing you want to do is make one directory will all the music exists. Do this using rsync to sync one directory on top of the other. Then drag the iTunes Music directory onto itunes so anything that isn't already in there is added.
I have a second computer at work where I like to have all the music as well. Over the internet, I use rsync to sync the music to that machine. The only issue is that when you do the rsync, it copies all the files over to the second machine, but it doesn't update the iTunes library file. So once all the music is synced over and on the disk, I drag my iTunes Music library onto iTunes. It then imports any music that is not already in the library. Any tracks that are in the library already are unchanged.
Hope this helps. I've been doing this for a while and it's working very well so please tell me if you have any questions or run into any problems.
/l
Posted by:
Lukwam on August 15, 2007 12:43 PM
Post A Comment