| Hi there,
I'm trying to mirror specific files and folders on target sites and seem to be
missing something. I'm using the following filters:
+*/*contact*
+*/*info*
+*/*link*
+*/*about*
+*/*home*
+*/*index*
+*/*default*
-*.mov -*.mpg -*.mpeg -*.avi -*.asf -*.mp3 -*.mp2 -*.rm -*.wav -*.vob -*.qt
-*.vid -*.ac3 -*.wma -*.wmv
-*.zip -*.tar -*.tgz -*.gz -*.rar -*.z -*.exe
+*.xml
+*/*link*/*
+*/*about*/*
+*/*contact*/*
This filter, if I understand correctly, would pull any folder with the strings
link, about or contact and any files whose name contains default, index, home,
about, link, info or contact.
When I run the search against a site with all of these characteristics, I'm
only getting about half the expected results.
What am I missing? thanks. | |