cancel
Showing results for 
Search instead for 
Did you mean: 

Command for checking backup directories

appu1985
Level 4

Hi All,

 

Any one tell me the command for checking all the backup clients and their backup directories in master server.

Here our Master server is solaris 10.

Thank you in advance

1 ACCEPTED SOLUTION

Accepted Solutions

watsons
Level 6

If you mean getting the clients & backup paths from your existing policies, try this:

bppllist -L -allpolicies  | egrep "Policy Name|Client\/HW|Include"

Note: betwen "Client" & "|Include" is the "backslash" (\) and "slash" (/)

 

View solution in original post

4 REPLIES 4

watsons
Level 6

If you mean getting the clients & backup paths from your existing policies, try this:

bppllist -L -allpolicies  | egrep "Policy Name|Client\/HW|Include"

Note: betwen "Client" & "|Include" is the "backslash" (\) and "slash" (/)

 

Dollypee
Moderator
Moderator
   VIP    Certified

Use bplist command. You can check out more options to apply on " netbackup commands guide". Thanks

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

To add what was said above.

 

Watson's command will help you find what NetBackup will backup using what is configured in the policies.

Dolly's command will help you find what NetBackup has already backed up using the configured policies.

Khajan
Level 4
Employee Certified

If you would like to see all file/directories you've backed up on perticular NetBackup client, you can use bplist command, following TECHnotes can help with you few good example.

http://www.symantec.com/docs/TECH145113

If you want planning to check list for restore purpose, I would also suggest you look for BAR interface and bp command which can list all file/directories you've been backing up for that client.

Hope this helps you.