Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Avoid duplicates when copying music from another PC' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Avoid duplicates when copying music from another PC
Authored by: ataraxia on Fri, Jul 27 2007 at 7:46AM PDT
This can also be done with rsync over ssh:

rsync -avE -e ssh --delete remote_machine:/path/to/remote/music /path/containing/local/music/folder
Since ssh servers are more common on Linux machines than SMB or AFP, I find this very convenient. I use this to backup all my stuff from one Mac to another, too.

[ Reply to This | # ]