Unsolved
This post is more than 5 years old
3 Posts
0
504
January 3rd, 2008 09:00
setup of skip directive for '' failed
Windows 2003 R2 7.3.3
I am getting the following.
setup of skip directive '' failed
I have the saveset set to backup All and do not wish to skip anything.
Any ideas??
Jimbo
I am getting the following.
setup of skip directive '' failed
I have the saveset set to backup All and do not wish to skip anything.
Any ideas??
Jimbo
0 events found
No Events found!


Jimbo456
3 Posts
0
January 11th, 2008 08:00
HabibG2
455 Posts
0
January 14th, 2008 08:00
If your Saveset is ALL the you cannot use Skip or +Skip..
You can use SKIP only when specyfying individual folders / sub-foldesr.
i.e
This example shows how to use a global directive to skip all *.tmp files in a particular directory for a particular NetWorker client.
<<"C:\MYDIR">>
skip: *.tmp
Applying a NetWorker User program local directive (Windows Only)
This example shows how to use a Windows local directive to skip all *.tmp files in the C:\mydir directory on a particular NetWorker client.
Using the NetWorker User program, create a local directive. The directive is saved in the networkr.cfg file in this format:
<<"C:\mydir">>
skip: *.tmp
When a scheduled backup is performed on the NetWorker client, all files that match the *.tmp
pattern in the C:\mydir directory will be skipped.
Take a look at the Networker 7.3x Admin Guide.
ble1
4 Operator
•
14.4K Posts
0
January 27th, 2008 12:00
If not, do you get this only for ASR saveset?
HabibG2, is is not necessary to use directives to get this error