RS6000 remote backups

Glenn R. Stone gs26 at prism.gatech.EDU
Fri Mar 29 07:12:50 AEST 1991


In <46002 at ut-emx.uucp> mijan at ccwf.cc.utexas.edu (Mijan Huq) writes:


>    We are setting up a network of RS6000's and are in the process
>of setting up a procedure for remote backups for the servers. We have
>one streaming tapedrive for four servers presently and wish to do backups
>from filesystems on the four all to one tapedrive. I am curious to know
>how anyone else may have done something similar. Any insights would be
>greatly appreciated.

I hacked gnu tar to work under AIX (had to map <sys/tapes.h> bsd to
<sys/scsi.h> aix, among other things), and use that to back up
across the network.... AIX already has the "rmt" facility built
in, so I didn't bother with the gnu version.... gnu tar does
  (1) incremental backups
  (2) across the network
  (3) by name (can't do rmt by name across net incs with ibm backup)
  (4) provide file of filenames to include/exclude 
  (5) single file system backups
  (6) verify option
  (7) do or don't follow symlinks
  (8) multi-volume archives
  (9) labelled archives
  
among other things..... including a few neat things for interactive 
operation like confirmation of actions interactively and running 
the archive file thru "compress" in the appropriate direction.... 
gnu tar and a few shell scripts involving "rsh" keep me backed up
fairly auotmagically.

-- Glenn R. Stone
gs26 at prism.gatech.edu



More information about the Comp.unix.aix mailing list