ADSM-L

Re: Archive (inspected) vs Backup (inspected)

2001-03-19 17:13:40
Subject: Re: Archive (inspected) vs Backup (inspected)
From: Andy Raibeck <Andrew_Raibeck AT TIVOLI DOT COM>
Date: Mon, 19 Mar 2001 14:13:57 -0800
Actually, this is not entirely true. * and *.* are NOT exactly the same.

   *.* means any file name with the '.' character anywhere in the name.

   * means any file name.

So if you have this:

   exclude c:\Mydir\*.*

And you have these files in C:\Mydir:

   abc.txt
   123.txt
   myfile

Then myfile will be backed up, but abc.txt and 123.txt will be excluded.

If you want to exclude *all* files (which is usually the intent), you need
to specify this:

   exclude c:\Mydir\*

Regards,

Andy

Andy Raibeck
IBM Tivoli Systems
Tivoli Storage Manager Client Development
e-mail: araibeck AT tivoli DOT com
"The only dumb question is the one that goes unasked."


Hervé CHIBOIS <chibois_h AT ADMIRAL DOT FR>@VM.MARIST.EDU> on 03/19/2001 
02:59:38
PM

Please respond to "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>

Sent by:  "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>


To:   ADSM-L AT VM.MARIST DOT EDU
cc:
Subject:  Re: Archive (inspected) vs Backup (inspected)



Hello there

some hints...

re-read your REGEXP definition, you do NOT need to put many lines

* and *.* are EXACTLY the same for *SM

try to use exclude.dir instead of /.../, *SM won't store directory
definitions.

rv