Re: Windows Client: Backing up just one folder

2009-03-03 Thread Michael Green
Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf >> Of Michael Green >> Sent: Tuesday, March 03, 2009 8:47 AM >> To: ADSM-L@VM.MARIST.EDU >> Subject: [ADSM-L] Windows Client: Backing up just one folder >> >> I'm banging my head against something that

Re: Windows Client: Backing up just one folder

2009-03-03 Thread Howard Coles
al Message- > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf > Of Michael Green > Sent: Tuesday, March 03, 2009 8:47 AM > To: ADSM-L@VM.MARIST.EDU > Subject: [ADSM-L] Windows Client: Backing up just one folder > > I'm banging my head against somethin

Re: Windows Client: Backing up just one folder

2009-03-03 Thread Michael Green
Wow, so many replies in such a short time! Amazing. -- Warm regards, Michael Green On Tue, Mar 3, 2009 at 5:18 PM, Wanda Prather wrote: > 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

Re: Windows Client: Backing up just one folder

2009-03-03 Thread Wanda Prather
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 wrote: > I'm banging my head against something that supposed to b

Re: Windows Client: Backing up just one folder

2009-03-03 Thread Richard Sims
The simplest approach is to perform 'dsmc i' on the directory path/ name. See examples in the client manual. Richard Sims

Re: Windows Client: Backing up just one folder

2009-03-03 Thread Heinz Flemming
According to Michael Green: > 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. > > Wha

Windows Client: Backing up just one folder

2009-03-03 Thread Michael Green
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 statemen