Originally posted by: GarlandJoseph
Depending on the amount of data and the type of operation you could pipe the output over a network socket and hit the device..something like this (this is from way back and I haven't did this is a while)
tar cpf - /stuff | ssh user@destination "tar xpf - /dev/rmt0 ....something like that
#AIX-Forum