Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

6097

July 24th, 2018 08:00

How to get the list of all networker clients with scheduled backups enabled ?

Hi,

Can someone please let me know the nsradmin command syntax to find the list of all active networker clients ( i.e with "scheduled backups" enabled ) using nsradmin

2.4K Posts

July 24th, 2018 09:00

. type: nsr client; scheduled backup: enabled

show name

p

79 Posts

July 24th, 2018 09:00

Thank you very much.

79 Posts

October 14th, 2019 07:00

Is there any way I can do this entire syntax in single line nsradmin command ?

2.4K Posts

October 14th, 2019 08:00

It will be difficult if you need to deal with multiple statements/lines.

Best practice is

  -  add all commands to a textfile

  -  use the files as inputfile like    "nsradmin [-s servername] -i filename [> outfile]"

 

4 Operator

 • 

1.3K Posts

October 15th, 2019 07:00

If you are on unix you can try using printf as follows

printf '. type: nsr client; scheduled backup: enabled\n show name \n print\n' | nsradmin -i-

79 Posts

November 20th, 2023 19:08

@crazyrov​  to further refine this , how do I query a list of clients and see which of them are configured for backups and which ones are not ?

My req is I have a bunch of clients that I need to query and see which of them are configured for backups and what savesets are configured for backups.

So I am looking for a scrip to spit the info of what we have in backup config and what are missing. 

thanks in advance

No Events found!

Top