ADSM-L

Re: [ADSM-L] Windows Client: Backing up just one folder

2009-03-03 10:27:46
Subject: Re: [ADSM-L] Windows Client: Backing up just one folder
From: Wanda Prather <wprather AT JASI DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 3 Mar 2009 10:18:16 -0500
exclude.dir overrides everything else, so leave that out.
After that, the list in dsm.opt is read from the bottom up.
So what you need is:

EXCLUDE "D:\...\*"
INCLUDE "D:\backmeup\*"



On Tue, Mar 3, 2009 at 9:47 AM, Michael Green <mishagreen AT gmail DOT com> 
wrote:

> I'm banging my head against something that supposed to be rather simple.
>
> There is a windows machine and it has a disk -- disk D:
> Disk D: has all sorts of things on it. Among them a folder called
> 'backmeup'.
> I need to backup that folder and nothing else.
>
> What sequence of INCLUDE - EXCLUDE statements will do the job?
>
> The following sequence doesn't work.
>
> INCLUDE "D:\backmeup\*"
> EXCLUDE "D:\...\*"
> EXCLUDE.DIR "D:\*"
> --
> Warm regards,
> Michael Green
>