Maybe more work, but reducing the inspect time:
exclude.dir c:\dir1
exclude.dir c:\dir2
exclude.dir e:\dir1
exclude.dir e:\dir2

-----Oorspronkelijk bericht-----
Van: Stapleton, Mark [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 20 november 2003 12:30
Aan: [EMAIL PROTECTED]
Onderwerp: Re: DSM Options File


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])

Reply via email to