Hi all,

I'm rsync'ing all directories tree plus *.html and 
.htaccess files but excluding everything else. 
Although *.html files are indeed the only files get 
transferred, hidden files and directories like 
".abc" also get transferred...

The syntax I'm using is as following:

rsync -av --include="*/" --include="*.html" 
--include=".htaccess" --exclude="*" /source/ /dest/


can someone help?

Thanks a lot,
Hong

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to