ADSM-L

Re: Backing up only a single directory

1999-04-08 14:59:26
Subject: Re: Backing up only a single directory
From: "Moir,Betsy" <betsy.moir AT ABBOTT DOT COM>
Date: Thu, 8 Apr 1999 13:59:26 -0500
Presuming your directory is on drive c and the directory is called TEMP it
would look like this:

EXCLUDE "*:\...\*
INCLUDE "C:\TEMP\...\*

Be sure the EXCLUDE statement is on top of the include statement.  Here's
some examples from the documentation.

***************************************
Example 1
   Exclude all files with a bak extension, except those found on the d:
   drive in the dev directory.

        exclude ?:*.bak
        include d:\dev\*.bak

Example 2
   Exclude all files and directories under any tmp directory that may
   exist, except for the one file d:\tmp\save.fil.  Include this file.

        exclude ?:\...\tmp\...\*
        include d:\tmp\save.fil
Example 3
   Evaluate the following EXCLUDE statements:

        exclude [ce-g]:\...\*.obj
        exclude d:\*.obj
        exclude ?:tmp\...\*

   This example is a bit more complex.

   1.  [ce-g]:\...\*.obj matches any .obj file in any directory on the c:,
       e:, f:, and g: drives.

   2.  d:\*.obj only matches the .obj files found in the root directory in
       the d: drive.

  3.  ?:\tmp\...\* matches any file found on any drive that resides under
      the tmp directory.






ADSM-L AT VM.MARIST DOT EDU on 04/08/99 01:34:41 PM
Please respond to ADSM-L AT VM.MARIST DOT EDU @ INTERNET
To: ADSM-L AT VM.MARIST DOT EDU @ INTERNET
cc:
Subject: Backing up only a single directory

I am fairly new to ADSM.  Does anyone know how to set up the domain and
include/exclude statements in the win32 backup client option file to only
backup a certain directory and everything in that directory (which could
include multiple subdirectories and their associated files)?



<Prev in Thread] Current Thread [Next in Thread>