Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Offsite backup via TCP / IP possible?

Status
Not open for further replies.

teletubby5e

Technical User
Oct 31, 2002
147
US
Hello,

Currently we back up files from AIX server nightly to tape (/dev/rmt0)

I want to do the same thing, except to an IP address via VPN tunnel for offsite backup. Will AIX natively support this? If not, what products are out there to do this?

Thanks, Jeff

 
The simple version, without accounting for block size.

dd if=/dev/rmt0 | ssh offsitehost dd of=/path/filename

This has the added benefit of performing a "read verify" of the backup you made to tape.



Rod Knowlton
IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top