recursive sync of only html files

I've figured out how to combine include/exclude options of rsync to upload only HTML files:

rsync -n -a -v --exclude '.svn/' --include '*/' \
--include '*.html' --exclude '*' src_path dest_path
Categories:

Updated: