Is it possible to start manual backup of a savesets from a client node using command?

guna.jena

Active Newcomer
Joined
Jan 23, 2013
Messages
12
Reaction score
0
Points
0
Location
mexico
Hi I am trying to start a manual backup using savegrp command from a client node,But its not happening I am getting below error.

C:\>savegrp -e full group name
'savegrp' is not recognized as an internal or external command,
operable program or batch file.
C:\>savegrp -E full group name
'savegrp' is not recognized as an internal or external command,
operable program or batch file.
C:\>
 
Last edited:
savegrp is the command which works on networker server only..to start the backup from client you should be using save command..
 
hi Guna, Savegrp command is not valid on the Networker client end. You can only use Save command

save -b "Pool Name" <saveset>

Ex: if you want to backup specific drive ( D:\) and use the pool "LTO4FULL" then the command should be

save -b "LTO4FULL" D:\

Note:- If more than one Networker servers listed in the \nsr\res\servers file of the client, then you should specify this in save command with -s flag " save -s <Networker Server> -b "Pool Name" <saveset>

All client initiated backup will be of level: manual. So no level(incr/full) has to to specified while using save command.
 
Yes, it is possible to initiate a backup from the client machine using nsradmin.
 
Her you go.

nsradmin -s server_name
nsradmin> . type: nsr group; name: group name
nsradmin> update autostart: start now
 
Back
Top