#!/bin/bash

rsync -rltvp -e ssh \
      --chmod=a+r,u+w,g-w,o-w,Da+x,Fa-x \
      --delete \
      --exclude=iPod\ Photo\ Cache \
      --exclude=Eleanor \
      --exclude=Sarah \
      /Users/andrew/Pictures/Photos/\ Selected\ or\ Tweaked/ \
      sandiego.birrell.org:/home/andrew/var-www-html/photos/images/

