View Single Post
  #3  
Old 03-21-2009, 12:18 AM
mike mike is offline
Registered User
 
Join Date: Mar 2009
Posts: 3
Order of precedence

Ah... So if I create a rule file called "exclude backup files" that rejects

ignore *.bak
ignore */*.bak
...
ignore */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*.bak
and include it in a new copy script, then in that script I say to

copy Projects
Will the file Projects/MyProject/MyFile.txt.bak be included or excluded?
Reply With Quote