Start a Conversation

Unsolved

This post is more than 5 years old

590

April 6th, 2010 08:00

how to take backup single saveset from master backup server.

Hi All,

Please provide command for this:

take one example: saveset =" abc"

                              client = b

                              server=a

i want to take backup from server "a" using command line for perticular "abc" saveset on client "b".  can you please help me.

thanks.

445 Posts

April 6th, 2010 08:00

You can use the following: -

save -s a -c c "abc"

you should also add: -

-l where you want the backup to go to.

This will make your save match your existing criteria and avoid using the defaults including Default pool.

Add the additional flags and leave path (or saveset) last in the command line.

Regards,

Bill Mason

55 Posts

April 8th, 2010 00:00

Hi Bill,

     changalrai wanted to run the backup from the NetWorker server and not the client, so "save" might not be help full here. You cannot select a particular saveset if there are more then one saveset listed in the client configuration. But if the client "b" is configured on the NetWorker server "a" and assigned to a group "c" and has only "abc" in the saveset list, then you can use the following command to run the ackup as you desired.

savegrp -c "b" -G "c"

Hope this helped,

Rovin D'Souza.

No Events found!

Top