I want to backup a AIX 4.3.2.0 machine to a network location. In the past, I've used dd/netcat to backup a system like linux. The server does not appear to NFS or netcat on it. I see that I should this command mksysb to complete backup rootvg -- but I don't have a tape for the tape drive.

What are my options here?

link|improve this question
1  
belongs on serverfault.com – skaffman Aug 13 '09 at 21:53
feedback

1 Answer

Perhaps copy the machine with scp (Secure Shell cp, you'd need to install "openssh")? Or rsync?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown