cancel
Showing results for 
Search instead for 
Did you mean: 

Gather Exclude list info remotely for unix clients

nbuadmin1
Level 3
Partner Accredited Certified

Hello,

 

Is there any option that I can see exclude or include list remotely for unix clients?

 

Thanks,

  

1 ACCEPTED SOLUTION

Accepted Solutions

J_H_Is_gone
Level 6

bpgetconfig -e "filename" "server" ["class" ["schedule"]]

 

bpgetconfig -e <filename> <server>

says to get the exclude list for that server and write it to a file

View solution in original post

3 REPLIES 3

Mark_Solutions
Level 6
Partner Accredited Certified

Unlike Windows I dont believe there is as it is stiored in a file rather than the registry so is not directly connected to the client daemon itself

My only suggestion is to run bpplclients to pipe out a list of all clients in your polcies and then run a basic UNC path command to gather the exclude list files from them

Probably only a small amount of scripting but should give you what you want

Hope this helps

J_H_Is_gone
Level 6

bpgetconfig -e "filename" "server" ["class" ["schedule"]]

 

bpgetconfig -e <filename> <server>

says to get the exclude list for that server and write it to a file

nbuadmin1
Level 3
Partner Accredited Certified

 

HI Hinchcliffe,

 

Thanks for the info I was able to get the output remotely

 

Thanks,

  Ahmed