Networker

Re: [Networker] Directive problem

2003-02-27 18:49:01
Subject: Re: [Networker] Directive problem
From: Andrew McGeorge <Andrew.McGeorge AT ASBBANK.CO DOT NZ>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Fri, 28 Feb 2003 12:48:03 +1300
Here is what I think you're trying to do:

On the C:\ and D:\ drives:

skip all *.mg3 and *.avi files.
skip the I386 directory and contents.
skip the Inetput directory and contents.
skip all *.tmp files in the WINNT directory and its subdirectories.

The directive below should accomplish the above:

<< "C:\" >>
  +skip: *.mg3 *.avi
   skip: I386
   skip: Inetput
<<"C:\WINNT">>
  +skip: *.tmp
<< "D:\" >>
  +skip: *.mg3 *.avi
   skip: I386
   skip: Inetput
<<"D:\WINNT">>
  +skip: *.tmp

Bear in mind that using "skip" with the "+" sign causes the action to extend
to all subdirectories below the current directory. If you skip a directory,
though, it will skip all subdirectories ("+" sign or not).

Regards

Andrew McGeorge
Senior Systems Specialist
Group Technology Operations
ASB Bank Limited


-----Original Message-----
From: roger midway [mailto:rogermidway AT YAHOO DOT COM]
Sent: 28 February 2003 9:30:AM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Subject: [Networker] Directive problem


Hi.  I am have a directive problem:

Should this work:

<< "C:\" >>
  +skip: *.mg3 *.avi
  +skip: I386\*.*
  +skip: Inetput\*.*
  +skip: WINNT\*.tmp
<< "D:\" >>
  +skip: *.mg3 *.avi
  +skip: I386\*.*
  +skip: Inetput\*.*
  +skip: WINNT\*.tmp


RM



__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

========================================================================================
This email message and attachments are confidential to our organisation and 
subject to legal privilege.  If you have received this email in error, please 
advise the sender immediately and destroy the message and any attachments. If 
you are not the intended recipient you are notified that any use, distribution, 
amendment, copying or any action taken or omitted to be taken in reliance of 
this message or attachments is prohibited.  You can read our Privacy Policy 
here: <http://www.asbbank.co.nz/privacystatement.stm>
=========================================================================================

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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