Start a Conversation

Unsolved

This post is more than 5 years old

19815

January 20th, 2012 20:00

Run client backup from networker server via Savegrp command

Is there any way to run client backup of particular savet name from networker server via command line???

42 Posts

January 23rd, 2012 05:00

Hi,

  When you run savegrp -G -c from a command line, the save set defintion comes from the client resource that is a member of the groupname specified.

If you have a group called Test with a client called clnt1 with a save set ALL then running the  command below will result in a backup of all of the client filesystems.

savegrp -G test -c clnt1

To backup only the c:\ drive for example, you would need to modify the client resource for clnt1 and change the save set to c:\, then run savegrp from the command line.

HTH
Debbie

4 Posts

January 23rd, 2012 21:00

Thanks for your reply!!!

If i want to run one particular save set backup without changing anyhting in client save set so how can i start with help of command line?????

2 Intern

 • 

14.3K Posts

February 16th, 2012 04:00

palkar wrote:

If i want to run one particular save set backup without changing anyhting in client save set so how can i start with help of command line?????

Only by running it from client.

2 Intern

 • 

14.3K Posts

February 16th, 2012 04:00

This is exactly one of the things I miss in NW CLI from server.  I wish I could run something like

savegrp -c CLIENT:SAVESET GROUP instead where I could also control which save set name is passed for backup to client.

April 14th, 2017 03:00

Hi,

What will be the command to run for running multiple client in a group.

Savegrp -c client1,client2,client3 groupname

263 Posts

April 14th, 2017 06:00

> What will be the command to run for running multiple client in a group.

savegrp -c client1 -c client2 -c client3  groupname

April 14th, 2017 07:00

Please tell me???

April 17th, 2017 06:00

If I have 6 clients in the same group then

-c client1 client2 client3 client4 client5 client6

263 Posts

April 17th, 2017 06:00

> Please tell me???

I answered in my previous reply   The savegrp command allows you to use multiple "-c (client name)" parameters.  For example:

savegrp -c client1 -c client2 -c client3  groupname

April 17th, 2017 11:00

Thanks Lee.

Can u please mail me a PDF for command line in networker.

I want to automate in my environment.

1. How many backups completed in a day.(succeed/failed)

2. How many clones jobs completed(succeed/failed)

Lee please help for the above query.

And if u can mail me the PDF for command line in a networker.

Thanks in advance.

Mussawvirnakhwa77@gmail.com

263 Posts

April 17th, 2017 11:00

you need a "-c" in front of each client name:

savegrp -c client1 -c client2 -c client3  -c client4 -c client5 -c client6  groupname

However, if your group has only these six clients, then it is not necessary to specify the client names at all.  The following will backup all the clients that are part of that savegroup.

savegrp groupname

2.4K Posts

April 17th, 2017 14:00

The PDF you want to have is called 'Command Line Reference' and is available from the download documents section.

1. How many backups completed in a day.(succeed/failed)

Not so easy because you must filter for the correct pool as well. If more than you must run multiple queries:

   mminfo -q "pool= ,savetime>=yesterday,savetime

2. How many clones jobs completed(succeed/failed)

As you usually have one clone pool, you only need one report:

   mminfo -q "pool= ,savetime>=yesterday,savetime

1 Rookie

 • 

2 Posts

March 5th, 2024 16:46

@wlee​ - savegrp -l full -c client1 client2 client3 client4 -I -G groupname its not working

No Events found!

Top