This post is more than 5 years old
1 Rookie
•
100 Posts
0
1004
April 15th, 2010 08:00
client side backup
Hi All,
Save -s servername -u saveset
Example : In root (/) there are many sub directories I need to skip only one directory nsr & I need to start backup on client side only.
Please advice how to take backup using save command and excluding nsr directory.
Thanks in advance
0 events found
No Events found!


coganb
736 Posts
0
April 19th, 2010 02:00
There is no specific option that I know of on the save command that you can use to skip files. Your best bet is to use
local directive files. You just need to create a text file called nsr.dir (Windows) or .nsr (UNIX) anywhere that
you want to have NetWorker skip stuff. You can then run your save normally and this will be skipped. If you want at certain times
to not have these files skipped, you just need to use the '-i' option on the save command and the directives will be ignored.
The syntax for the directive file is explained in the Administration Guide and here:
http://solutions.emc.com/EMCSolutionView.asp?id=esg53311&usertype=C
If you really want to do everything in one command, you could write a script which creates the directive file, then does
the save and then deletes the directive file afterwards.
-Bobby
rovinabi
55 Posts
0
April 15th, 2010 08:00
Hi,
Skipping any file or ffolder during the client initiated backup can be done using Directives. In case you want to skip the /nsr (NetWorker) folder, then no worries as it contains the "skip" directive by default and will not be backed up.
Hope this helped.
Rovin D'Souza.
KarthikVankayal
13 Posts
0
April 15th, 2010 15:00
The Client initiated backups do not use the directives specified on the backup server. These are the global directives
you will have to create the local directives on the client server. Create .nsr files and specify the files to be skipped in the file. This file will be checked whenever the Networker backs up the parent folder.
Karthik
changalrai
1 Rookie
•
100 Posts
0
April 16th, 2010 05:00
HI All,
i given example of /NSR ,
but when we use winworkr we can unselect which are not required for backup from client side.
i need same in command mode from client end.
thanks in advance.