home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8242 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.1 KB  |  27 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!decwrl!csus.edu!csusac!cdsac!scotte
  3. From: scotte@cdsac.uucp (L. Scott Emmons)
  4. Subject: Re: Life with mksysb(1)
  5. Message-ID: <1992Jul27.160346.23703@cdsac.uucp>
  6. Date: Mon, 27 Jul 1992 16:03:46 GMT
  7. References: <syscrc.712016658@gsusgi1.gsu.edu>
  8. Organization: Cable Data (U.S. Computer Services), Sacramento, CA
  9. Lines: 16
  10.  
  11. In article <syscrc.712016658@gsusgi1.gsu.edu> syscrc@gsusgi1.gsu.edu (Randy Carpenter) writes:
  12. >Is it still true that you can't do a mksysb(1) using a remote tape drive?
  13.  
  14. As shipped, "mksysb" will not let you back up across the network. However,
  15. "/usr/bin/mksysb" is just a shell script and it would be very trivial to
  16. tweak it so that it redirects each segment of the backup to another machine
  17. (via something like " ... | rsh <remote_mach> dd of=/dev/rmt0.1"). Make sure
  18. you use the non-rewinding device for all but the last segment.
  19.  
  20. You will still NOT be able to boot from this tape from over the network;
  21. though if you just want to restore individual files you can...
  22.  
  23. Hope this helps!
  24. -- 
  25.                L. Scott Emmons
  26.              csusac.csus.edu!cdsac!scotte
  27.