Networker

Re: [Networker] [I] Re: [Networker] Directive to Skip

2006-05-27 18:15:03
Subject: Re: [Networker] [I] Re: [Networker] Directive to Skip
From: "King, David" <dking AT EASTMAN DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Sat, 27 May 2006 18:14:24 -0400
Use null instead.    Whenever I skip a parent filesystem, it deletes
index entries for the whole filesystem, so subsystems cannot be found.
Null does not do this.
 


David L. King


-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER AT LISTSERV.TEMPLE DOT EDU]
On Behalf Of Fazil Saiyed
Sent: Friday, April 28, 2006 9:14 AM
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Subject: [I] Re: [Networker] Directive to Skip

Hello,
<< "C:\" >>
+skip: \"WINNT\system32\Perflib_Perfdata*"


TRY
<< "C:\\"WINNT\system32\Perflib_Perfdata* .*">>
+skip: 
Please read networker guide on Directive, there is specific info there
about how you can use space between * AND . in the directive, its easy
to write a directive if you want to skip everything under a given
directive, however, when you want to include and backup a subdirectory i
cannot seems to get it to work.
The only way ( goofy) way i got that to work is to write a directive
from local client, save it to txt file and then use it as a directive,
not sure if i am doing it rith, i have some parse errors as directories
are different on each servers, but seems to work.
Also you may want to pay attention to how directive are treated in
windows enviroment vs unix, there is slight difference how you write
them, discirption in the Networker guide.
Some exp
Does not work beyound skip windows
<<"C:\">>
     +skip: * .*
<<"C:\WINDOWS\SYSTEM32">>
ignore
<<"C:\WINNT\SYSTEM32">>
ignore

++++++++++++++++
Works
<<"D:\HOME">>
+skip: * .mp3

To sign off this list, send email to listserv AT listserv.temple DOT edu and
type "signoff networker" in the body of the email. Please write to
networker-request AT listserv.temple DOT edu if you have any problems wit this
list. You can access the archives at
http://listserv.temple.edu/archives/networker.html or via RSS at
http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the
body of the email. Please write to networker-request AT listserv.temple DOT edu 
if you have any problems
wit this list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Networker] [I] Re: [Networker] Directive to Skip, King, David <=