View Single Post
  #3  
Old 08-31-2007, 05:56 PM
GrayFox GrayFox is offline
Registered User
 
Join Date: Sep 2006
Posts: 9
I sorta figured that out when the networked drive did not show up ;(

Anyway I found that the following rsync script "seems" to work...
Quote:
#!/bin/sh
cd /Users/jerry/Pictures
/usr/bin/rsync -azE --delete "iPhoto Library" \
jerry@server:/Users/jerry/Pictures/
Reply With Quote