From: Blodgett, Olin [mailto:[EMAIL PROTECTED] >I am looking to backup 1 directory and all sub directories every night, I can't seem to get the rules right in the option file to exclude everything but that one directory.
c:\file1.txt c:\dir1\file2.txt c:\dir2 e:\file3.txt e:\dir1\file4.txt e:\dir2\file5.txt e:\dir3\file6.txt I ONLY want to backup file5.txt and any subdirecties and files under e:\dir2< Here ya go! exclude *:\...\* include e:\dir2\...\* Put these in your option file in that order. Exclude.dir lines overrides all other commands, and is executed first, no matter where they appear. -- Mark Stapleton ([EMAIL PROTECTED])