You would have to look at the port configured the way you want
Show port X:XX info detail
Then manually configure all those attributes on the new port.
The only shortcut I could think of would be:
sho config | include 1:6
configure vlan AH-Guest add ports 1:6, 1:12, 1:48, 1:50, 1:52, 2:6 tagged configure vlan AH-MGMT add ports 1:6, 1:12, 1:48, 1:50, 1:52, 2:6 tagged
configure vlan Data add ports 1:4, 1:6, 1:11-12, 1:21, 1:44, 1:48-50, 1:52, 2:1-3, 2:6 tagged
configure vlan Voice add ports 1:3-4, 1:6, 1:10, 1:12, 1:15, 1:21, 1:48-50, 1:52, 2:1, 2:3, 2:6, 2:45 tagged
configure vlan WAN add ports 1:4, 1:6, 1:12, 1:21, 1:48-50, 1:52, 2:1, 2:6 tagged
configure qosprofile QP5 minbw 0 maxbw 100 ports 1:6
enable cdp ports 1:6
configure inline-power detection bypass ports 1:6
You could then clean that up in a text editor and past it back in with the new port number:
configure vlan AH-Guest add ports x:xx tagged
configure vlan AH-MGMT add ports x:xx tagged
configure vlan Data add ports x:xx tagged
configure vlan Voice add ports x:xx tagged
configure vlan WAN add ports x:xx tagged
configure qosprofile QP5 minbw 0 maxbw 100 ports x:xx
enable cdp ports x:xx
configure inline-power detection bypass ports x:xx
Hope this helps