Forum Discussion

Lumpi's avatar
Lumpi
Level 4
3 years ago

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

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

  • 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

2 Replies

  • 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 /

    • Lumpi's avatar
      Lumpi
      Level 4

      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