cancel
Showing results for 
Search instead for 
Did you mean: 

NB 7.5.0.3. Solaris master, need to set up exclude list on ubuntu 10.04

lovethatcheese
Level 5

Hello. As I've only used exclude lists on my Windows Master, I am having  a hard time finding current documentation that assists with exclude lists.

I have a new Ubuntu client, and want to restrict my backups from touching my content directory (for example, /usr/local/content).

 

This is what I've done - created exclude.txt on my Master, and included only /usr/local/content. Saved file as exclude.txt.

Still on master, I ran ./bpsetconfig -h my.ubuntu.host.edu -e exclude.txt

went through with no errors, but bpgetconfig on this same client brings back nothing as well:

/bpgetconfig -e exclude.txt  my.ubuntu.host.edu

 

My question being - is there an easier way to do this? Am I even doing this right on 7.5.0.3?

Any help would be greatly appreciated.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

revarooo
Level 6
Employee

Login to the client, create the file /usr/openv/netbackup/exclude_list

add the directories/files you want to exclude

Technote exclude_lists: http://www.symantec.com/business/support/index?page=content&id=TECH30603

Technote bpsetconfig: http://www.symantec.com/business/support/index?page=content&id=TECH66046

 

try using bpgetconfig -e exclude_list -h <client>

remember the file on the client is in /usr/openv/netbackup and is exclude_list (no .txt on the end)

 

View solution in original post

2 REPLIES 2

revarooo
Level 6
Employee

Login to the client, create the file /usr/openv/netbackup/exclude_list

add the directories/files you want to exclude

Technote exclude_lists: http://www.symantec.com/business/support/index?page=content&id=TECH30603

Technote bpsetconfig: http://www.symantec.com/business/support/index?page=content&id=TECH66046

 

try using bpgetconfig -e exclude_list -h <client>

remember the file on the client is in /usr/openv/netbackup and is exclude_list (no .txt on the end)

 

lovethatcheese
Level 5

revaroo -  thanks for the info. I noticed the previous commands that I ran, in creating the exclude file on the master first, then using bpsetconfig command,

actually put the exclude_list into the correct directory. I guess it can work both ways. Thanks!