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

TiberiusXavier

macrumors member
Original poster
Apr 18, 2010
54
0
Chicago
I have two macbook pros (13" and 17"). I want to write a script to rsync the two machines including iTunes and iPhoto content. Does anyone have a good script to do this? (Same username and home path on both machines)
 
Here's a starter piece.
Code:
rsync -aENXAxz /User/you/Music/iTunes/ you@machine-name.local:/dest
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.