home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7127 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
  2. From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Backing up to diskettes
  5. Keywords: TAR
  6. Message-ID: <1992Jul31.180125.20327@rs6000.cmp.ilstu.edu>
  7. Date: 31 Jul 92 18:01:25 GMT
  8. References: <Da0ooB1w164w@owl.isis.org>
  9. Organization: Illinois State University
  10. Lines: 32
  11.  
  12. In article <Da0ooB1w164w@owl.isis.org> doug@owl.isis.org (Douglas W Murray) writes:
  13. >
  14. >Could anyone enlighten me on how to go about in doing backups to t
  15. >diskettes (preferably with TAR) but I do think that (if memory serves
  16. >me right) only cpio is capable of backing up device files.
  17. >
  18. I use floptools combined with tar and compress to make multi-disk
  19. backups of my hd partitions.  As per the note in floptools.shar:
  20.  
  21. tar cvf - / | compress -v | wrflops /dev/fd0
  22.  
  23. backs up stuff to multiple diskettes (it prompts for each new diskette)
  24. and 
  25.  
  26. rdflops /dev/fd0 | compress -d | tar xvf - filenames
  27.  
  28. restores from diskette back to the hard drive.  I tested this, and for
  29. me it works great.  The only exception: when backing up, floptools doesn't
  30. reconginze the end of the backup and gives a message something like
  31. "comperssion to short" (???) and prompts for another disk.  When you
  32. put in a 2nd disk the same thing happens.  No big deal, just hit ctrl-c.
  33. This has no (apparent) effect on the quality of the backup - the message
  34. seems to arise becouse the backup is finished, with the last disk not
  35. being entirely full.
  36.  
  37. hope this is of some help,
  38.  
  39. Jean.
  40. -- 
  41. Jean Liddle                                 | == Bill Clinton for President ==
  42. Computer Science, Illinois State University | 
  43. e-mail:  jliddle@ilstu.edu                  | - Carol Mosley Braun for Senat -
  44.