Forum Discussion

Deepak_Irani1's avatar
10 years ago

Update exclude list on Unix

Hi All,

 

I am quite new to this software and i want to exclude file system from a All local drives policy. I have the client running on unix and the master server is 2008 R2. I dnt have the admin access to create a exclude list manually on the client and i am not able tp push the exlude list from the windows master server to the unix client.But i can able to push the exclude list from Unix master to win/unix client using bpsetconfig. 

Is there a way around to get this done. Please help.

 

Thanks in advance.

  • See this blog for setting the exclude list using bpsetconfig on UNIX clients

    https://www-secure.symantec.com/connect/blogs/setting-and-getting-excludeinclude-lists-without-bpgp

    This likley the command you are looing for 

    Say you have an exclude list called “exclude.txt”, which contains the following text.

    /usr/thing_to_exclude

    You would then run the following command to update the configuration for a host names example123.

    bpsetconfig –h example123.yourcompany.com –e exclude.txt

3 Replies

  • Please mention following

    NBU master OS and NBU versoni

    Client OS and NBU version

    Error you get while running nbsetconfig

  • See this blog for setting the exclude list using bpsetconfig on UNIX clients

    https://www-secure.symantec.com/connect/blogs/setting-and-getting-excludeinclude-lists-without-bpgp

    This likley the command you are looing for 

    Say you have an exclude list called “exclude.txt”, which contains the following text.

    /usr/thing_to_exclude

    You would then run the following command to update the configuration for a host names example123.

    bpsetconfig –h example123.yourcompany.com –e exclude.txt

  • Thanks Nicolai... I had my exclude list file on desktop... I moved this to admincmd folderand ran bpsetconfig command. It has worked.