cancel
Showing results for 
Search instead for 
Did you mean: 

Copy SLP to new from command line

X2
Moderator
Moderator
   VIP   

I was looking into writing a script to manipulate SLPs and I can use nbstl command to do that. However, in some cases it is just easier to copy an SLP to a new one. I couldn't find the equivalent of "Copy to New..." action of the GUI in the command line details of nbstl.

Is there another way to do it via command line?

 

3 REPLIES 3

sdo
Moderator
Moderator
Partner    VIP    Certified

There doesn't appear to be a documented way to achieve a quick copy of an SLP.  So, instead, maybe you could list an SLP in to output in json format / layout, and then re-read the json file and then use the read entries to feed into a create and modify commands.

Tape_Archived
Moderator
Moderator
   VIP   

Please Ignore, i read you didn't find option in GUI. I will see if I can find command line option.

X2
Moderator
Moderator
   VIP   

Yes, that is the only option that seems logical at the moment (without using API - which will likely provide json format too).