ADSM-L

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

2009-03-03 10:18:30
Subject: Re: [ADSM-L] Windows Client: Backing up just one folder
From: Heinz Flemming <heinz.flemming AT RZ.UNI-KARLSRUHE DOT DE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 3 Mar 2009 16:14:03 +0100
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.
>
> What sequence of INCLUDE - EXCLUDE statements will do the job?
>
> The following sequence doesn't work.
>
> INCLUDE "D:\backmeup\*"
> EXCLUDE "D:\...\*"
> EXCLUDE.DIR "D:\*"
> --

  I'm using following statements for the backup of only one folder:
  example: d:\backup

  domain d:

  exclude.dir "d:\[a 
cdefghijklmnopqrstuvwxyz0123456789!@#$%^&()_+={}';,.`~\[\]\-]*"
  exclude.dir "d:\b[ 
bcdefghijklmnopqrstuvwxyz0123456789!@#$%^&()_+={}';,.`~\[\]\-]*"
  exclude.dir "d:\ba[ab 
defghijklmnopqrstuvwxyz0123456789!@#$%^&()_+={}';,.`~\[\]\-]*"
  exclude.dir "d:\bac[abcdefghij 
lmnopqrstuvwxyz0123456789!@#$%^&()_+={}';,.`~\[\]\-]*"
  exclude.dir "d:\back[abcdefghijklmnopqrst 
vwxyz0123456789!@#$%^&()_+={}';,.`~\[\]\-]*"
  exclude.dir "d:\backu[abcdefghijklmno 
qrstuvwxyz0123456789!@#$%^&()_+={}';,.`~\[\]\-]*"
  exclude.dir "d:\backup?*"
  exclude     "d:\*


greetings,
Heinz