I'm trying to write a script that will pull out all related savesets (of the same series) for a given ssid, or more accurately, all tapes that are potentially touched by a given tape.
For example, for a given tape, I can pull the ssid list for it. With that ssid list, I can determine what other tapes are related to those ssids (in particular for headers, middles, and tails of individual savesets).
I can also acquire the pssid (previous ssid) for savesets that are part of a series, and using that, follow the series all the way back to the beginning.
What I need to figure out, if there's an easy way, how to find the *following* savesets of a series assuming I know the ssid of the first (or middle).
Has anyone scripted out a solution to this?
For example, for a given tape, I can pull the ssid list for it. With that ssid list, I can determine what other tapes are related to those ssids (in particular for headers, middles, and tails of individual savesets).
I can also acquire the pssid (previous ssid) for savesets that are part of a series, and using that, follow the series all the way back to the beginning.
What I need to figure out, if there's an easy way, how to find the *following* savesets of a series assuming I know the ssid of the first (or middle).
Has anyone scripted out a solution to this?