home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / 3b1 / 4223 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.0 KB  |  53 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!paladin.american.edu!gatech!destroyer!cs.ubc.ca!uw-beaver!uw-coco!nwnexus!frank
  3. From: frank@halcyon.com (Frank Higgins)
  4. Subject: Re: Copy to Flpy from root on a 7300?
  5. Message-ID: <1993Jan9.122001.12988@nwnexus.WA.COM>
  6. Sender: sso@nwnexus.WA.COM (System Security Officer)
  7. Organization: The 23:00 News and Mail Service
  8. References: <93008.213146CXF107@psuvm.psu.edu>
  9. Date: Sat, 9 Jan 1993 12:20:01 GMT
  10. Lines: 41
  11.  
  12. In article <93008.213146CXF107@psuvm.psu.edu> Rooh <CXF107@psuvm.psu.edu> writes:
  13. >Hello all,
  14. >          I have a 7300. I would like to copy files to the floppy
  15. >from a root login. I would rather not logon as a user and do a
  16. >backup. Any ideas?
  17. >
  18. >Thanks
  19.  
  20. I am no guru. Someone who is will probably have a much more sophisticated
  21. answer.
  22.  
  23. I was given the following by an AT&T Tech back in the days when there was a
  24. hotline and support.
  25. -----------------
  26.  
  27. Install each of these separately in /bin. Chmod 700 for all three. Be in su
  28. to use them. I named them "cpin", "cpread", "cpout". 
  29.  
  30.     # cpin does full restore from floppy in drive. 
  31.     nice cpio -icBvd < /dev/rfp021
  32.  
  33.     # cpread displays the menu of floppy in drive. Good for disks
  34.     # that will not display via the "Display floppy contents" option
  35.     # in the windows.
  36.     nice cpio -icBt < /dev/rfp021
  37.  
  38.     # cpout will copy to disk and establish a menu for same, of
  39.     # ALL of the directories and files in the directory you are in
  40.     # at the time you issue "cpout". If you want just certain files
  41.     # from a given directory, create another directory, copy those
  42.     # files you want into the created directoy. Then cd to that
  43.     # direcory and issue "cpout".
  44.     nice find . -depth -print | cpio -ocBv > /dev/rfp021
  45.  
  46. Frank        
  47.  
  48. -------------------------------------------------------------------------   
  49. |   Voice: 206-774-0956                       Data: frank@halcyon.com   |
  50. -------------------------------------------------------------------------
  51. | Age doesn't beget wisdom, just classier mistakes.                     |
  52. -------------------------------------------------------------------------
  53.