Lumpi
3 years agoLevel 4
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