backups

How do I list the NetBackup client excludes from the command line on my Unix server?

Being able to identify client excludes from the command line can be very useful. This method however does not take into consideration the exclude_list entries.

The bpgetconfig command is very helpful for getting this information. An example is shown below.

/usr/openv/netbackup/bin/admincmd/bpgetconfig -M myclient.mydomain.com “Exclude”

The resulting output should look something like this:

Exclude = D:\Program Files\Veritas\NetBackup\bin\*.lock
Exclude = D:\Program Files\Veritas\NetBackup\bin\bprd.d\*.lock
Exclude = D:\Program Files\Veritas\NetBackup\bin\bpsched.d\*.lock
Exclude = D:\Program Files\Veritas\NetBackupDB\data\*
Exclude = D:\Program Files\Veritas\Volmgr\misc\*

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top