home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13734 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.8 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!cs.utexas.edu!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: kermit alternatives
  5. Message-ID: <1992Aug28.103845.58482@cc.usu.edu>
  6. Date: 28 Aug 92 16:38:45 GMT
  7. References: <l9g6biINN44v@phad.hsc.usc.edu> <1992Aug23.180723.58340@cc.usu.edu> <Btnu6G.AI2@chinet.chi.il.us>
  8. Organization: Utah State University
  9. Lines: 26
  10.  
  11. In article <Btnu6G.AI2@chinet.chi.il.us>, les@chinet.chi.il.us (Leslie Mikesell) writes:
  12. > In article <1992Aug23.180723.58340@cc.usu.edu> jrd@cc.usu.edu writes:
  13. >>    Performance depends strongly on a) which Kermits are being run, and
  14. >>b) how they are configured.
  15. > Is there any way to use MSDOS kermit as a transport for a full-machine
  16. > backup?  With the unix version you can pipe cpio or tar's output
  17. > through a pair of kermits to either duplicate the files or store them
  18. > on a remote device, but since MSDOS pipes use temporary files that
  19. > isn't a practical way to copy the whole machine.
  20. > Les Mikesell
  21. >   les@chinet.chi.il.us
  22. --------
  23.     It's a good thought (file time/date stamps being preserved etc) but
  24. it won't work quite the way one might like. The first reason is Kermits to date
  25. do not recurse into subdirectories (even the concept is foreign on many 
  26. systems) and the other is they don't create subdirectories during file 
  27. transfers. What one needs to do is archive the local system on the local
  28. system, thereby preserving all the system-specific file/directory/ownership/etc
  29. information, and then send the flat file across with Kermit. The same is
  30. true with other cross platform backup schemes: something has to understand
  31. the details of the source file system in great depth and preserve them. When
  32. storing on a foreign file system the only safe approach is the usual
  33. container-file method (flat file, byte stream fashion, a la mag tape).
  34.     Joe D.
  35.