The list is in the right order, but you forget the subdir's

exclude /usr/* excludes all files in this dir, but not in the dirs under
that. So:

exclude   /usr/.../*
include    /usr/local/.../*
exclude   /tmp/*

or:

exclude.dir   /usr/
include         /usr/local/.../*
exclude.dir   /tmp/

Greetings,
   Maurice van 't Loo
   Compare Computers
   The Netherlands


----- Original Message -----
From: "James, Doug" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 10:24 PM
Subject: Question regarding exclude.list


> I have a problem with the exclude list on a UNIX server.  I have the
> information, below, but it boils down to why is TSM backing up files that
> are supposed to be excluded?
>
>
> dsm.opt file contents (all commented out)
> * SErvername       A server name defined in the dsm.sys file
> *SErvername tsmtest
> *domain /spdata /tftpboot /var/adm/csd
> *domain /spdata  /tftpboot  /dbbackup0 /u09
> *domain /dbbackup1  /dbbackup2  /dbbackup3  /dbbackup4  /dbbackup5
> /dbbackup6 /d
>
> exclude.list file contents
> exclude /usr/*
> include /usr/local/*
> exclude /tmp/*
>
> From the server dsmc prompt, executed " inc /usr ".  I expected files
under
> " /usr/local/* " to be backed up, and all others to be excluded.  Instead,
> all files under " /usr " were backed up (see below).  What did I do wrong?
>
> Normal File-->             5,157 /usr/websm/html/images/wsmMasthead.gif
> [Sent]
> Directory-->                 512 /usr/websm/lib/perl5 [Sent]
> Normal File-->           630,103 /usr/websm/lib/libwebsm.so [Sent]
> Directory-->                 512 /usr/websm/lib/perl5/SWM [Sent]
> Normal File-->           199,133 /usr/websm/lib/perl5/SWM/Swm.pm [Sent]
> Normal File-->            10,587 /usr/websm/lib/perl5/SWM/SwmDefault.pm
> [Sent]
> Successful incremental backup of '/usr'
>
> Total number of objects inspected:   52,615
> Total number of objects backed up:   32,040
> Total number of objects updated:          0
> Total number of objects rebound:          0
> Total number of objects deleted:          0
> Total number of objects expired:          0
> Total number of objects failed:           0
> Total number of bytes transferred:   415.11 MB
> Data transfer time:                  262.68 sec
> Network data transfer rate:        1,618.23 KB/sec
> Aggregate data transfer rate:        729.37 KB/sec
> Objects compressed by:                   37%
> Elapsed processing time:           00:09:42
>
>
>
>
> Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
> affiliate companies are not responsible for errors or omissions in this
e-mail message. Any personal comments made in this e-mail do not reflect the
views of Blue Cross Blue Shield of Florida, Inc.
>

Reply via email to