Sync iPhoto trick

One of my problems with the Apple TV is you can only sync with one Mac and I keep my iPhoto collection on a different Mac than iTunes. This on top of the fact that you can’t stream Photos means I have to move my iPhoto library to my Mini. I don’t want to do this, so I figured an easy way around it. I am going to do a one-way manual sync from my MacBookPro to my Mac Mini using rsync.

No doubt I could schedule this, but my MacBook isn’t always on and I don’t update my iPhoto library every day so I am going to do it manually.

For now I will run it from the terminal, but I may write an AppleScript that prompts me for the credentials. Here is the command.

rsync -e ssh -az –delete /Users/bdrawbaugh/Pictures/iPhoto\ Library macmini.local:/Users/bdrawbaugh/Pictures

Then I get prompted for my password on my mini and it syncs.

Comments are closed.