apt-get install inotify-tools
while inotifywait -r -e modify,create,delete,move /var/www/; do rsync -avP [email protected]:/var/www/ /var/www; done > /dev/null 2>&1 < /dev/null