Forum Discussion

BW20's avatar
BW20
Level 2
10 years ago
Solved

Where are located Client Properties in NBU Database?

Hello,

i use table JOBD_Job table of NBU database to create reports of our backup jobs.

It works fine and i can get running job, status, client, start time and end time.

I would like to add in our reports Drives that are backuped, or Excluded, per Hosts.

Do you know where are stored "Exclude Lists" (and "Exceptions to exclude list") in

NBU database? We can simply see it from Client Properties view but i can't find it

in the database.

Thank you for your help!

B

 

 

  • Client properties are stored on the client. 

    Client attributes (not setup by default) are stored in flat file on master.

    The bpgetconfig command reaches out to said client to retrieve properties.

4 Replies

  • Not sure about the database, you can get the information from this command:

    bpgetconfig -M <client> | findstr "Exclude"

     

     

     

  • Hello Will,

    thank you for your answer, it could help later. For the moment i'm still looking for a solution to query database directly.

    May be someone else knows?

     

  • Client properties are stored on the client. 

    Client attributes (not setup by default) are stored in flat file on master.

    The bpgetconfig command reaches out to said client to retrieve properties.

  • Hello,

    ok thanks, i have to use another approach.