[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

Top Document: comp.unix.aix Frequently Asked Questions (Part 2 of 5)
Previous Document: 1.200: Some info about tape backups
Next Document: 1.202: How do I backup a multi-disk volume group?


1.201: How do I do remote backup?


There seems to be several ways of doing this.  The first approach is a
one-liner to allow tar to reference another machine's device.  The
second is more complete but uses a similar approach.  The latest
addition to this section claims to be able to support mksysb on a
remote machine.  Thanks to all the contibutors.

  tar -b1 -cf - . | rsh REMOTEHOST "dd ibs=512 obs=1024 of=/dev/TAPEDEVICE"

[Ed.: The usave.sh script has been moved to section 8.06.  I've verified
this script works fine. However, it may be slow for large filesystems
since it creates a temp file of filenames in /tmp.]

There are also several commercial solutions.  One is IBM's SYSBACK/6000
product.  See Question 1.209 for more information.

Open Microsystems sells a product called DistribuTAPE which supports
mksysb to a remote tape drive under AIX 3.2, 4.1 and 4.2.  DistribuTAPE
supports remote tape drives by placing a pseudo tape driver on the
client system, and a server daemon on the server.  More information at
http://www.openmic.com/



Top Document: comp.unix.aix Frequently Asked Questions (Part 2 of 5)
Previous Document: 1.200: Some info about tape backups
Next Document: 1.202: How do I backup a multi-disk volume group?

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page


[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
bofh@mail.teleweb.pt (Jose Pina Coelho)

Last Update October 22 2009 @ 05:22 AM

Some parts © 2009 Advameg, Inc.