- #!/bin/sh
- cd "$(dirname "${0}")" || exit 1
- rsync --bwlimit=80 \
- --exclude '*.raw*' \
- --exclude 'comments.xml*' \
- --exclude 'resources*' \
- --exclude '.DS_Store' \
- --delete --delete-excluded -avPz public/ simply:/var/www/lighttpd/mro.name/public_html/blog/
|