#!/bin/bash

rsync -n -rltvp -e ssh \
      --chmod=a+r,u+w,g-w,o-w,Da+x,Fa-x \
      --delete \
      --exclude=_meta \
      '--exclude=.DS_Store' \
      '--exclude=*.psd' '--exclude=*.PSD' \
      '--exclude=*.afphoto' \
      --exclude=iPod\ Photo\ Cache \
      --exclude=Eleanor \
      --exclude=Sarah \
      /Users/andrew/Pictures/Photos/\ Selected\ or\ Tweaked/ \
      phx.birrell.org:/home/andrew/www/birrell-org/photos/images/
