home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / misc / 4913 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.unix.misc
  2. Path: sparky!uunet!utcsri!torn!nott!bnrgate!bcars267!bcars6f4!webster
  3. From: webster@bnr.ca (Brent Webster)
  4. Subject: Re: Backing up a system over a TCP/IP network
  5. Message-ID: <1993Jan11.134555.5910@bnr.ca>
  6. Sender: news@bnr.ca (usenet)
  7. Nntp-Posting-Host: bcars6f4
  8. Reply-To: webster@bnr.ca
  9. Organization: Bell Northern Research Ltd
  10. References: <1993Jan10.072857.16076@wacher.oz.au>
  11. Date: Mon, 11 Jan 1993 13:45:55 GMT
  12. Lines: 16
  13.  
  14. The easy documented way uses tar piped into a rsh.  SUN man
  15. page for tar:
  16.   tar cvfb  -  20 filenames | rsh host dd of=/dev/rmt0  obs=20b
  17. and to retrieve it
  18.   rsh -n host  dd  if=/dev/rmt0   bs=20b  |  tar
  19. ---
  20. *************************************************************
  21. Brent Webster   (CoDesign Tools & Modelling)
  22.  
  23. Bell-Northern Research Ltd * Ph : (613) 763-4962
  24. P.O. Box 3511, Station C   * Fax: (613) 763-7742 or 2626
  25. Dept 9R12, MS103           * InterNet/NetNorth: webster@bnr.ca
  26. OTTAWA,Ont,Canada K1Y 4H7  * Bitnet: webster@bnr.ca.bitnet
  27. *************************************************************
  28. #include <std.disclaimer>
  29.  
  30.