Networker

Re: [Networker] Directive problem

2003-02-27 18:55:09
Subject: Re: [Networker] Directive problem
From: George Scott <George.Scott AT ITS.MONASH.EDU DOT AU>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Fri, 28 Feb 2003 10:52:31 +1100
Roger,

> 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

The short answer is "no".

The man page says: The pattern cannot be ".." and must not contain any
"/" characters (all names must be  within  the  current  directory).

Try something along the lines of:

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

George.
--
George Scott           George.Scott AT its.monash DOT edu
Systems Programmer, IT Services, Monash University

--
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>