cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to get the "backup selection" based on the backupid?

Lumpi
Level 4

Hello

We have a storage system where we do a NDMP backup of multiple volumes. So the backupid will always be for example storage1_1234567 (only the number changes) and the backup policy is also the same. Is there a way to get the backup selection (path) used for a specific backup id? 

for example in backupid_123456 the path /storage1/volume3 has been used.

thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

thank you for putting me into the right direction. I now used

bpflist -backupid storage1_123456789 -pt NDMP -option GET_ALL_FILES -rl 2

thank you

View solution in original post

2 REPLIES 2

quebek
Moderator
Moderator
   VIP    Certified

Hi

Well you can try to browse for it  with bplist command ie:

bplist -C storage1 -t 19 -X -s 1234567 -e 1234567 -R 3 /

Hi,

thank you for putting me into the right direction. I now used

bpflist -backupid storage1_123456789 -pt NDMP -option GET_ALL_FILES -rl 2

thank you