home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 23 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.0 KB

  1. Path: xceed.cac.washington.edu!user
  2. From: donn@u.washington.edu (Donn Cave)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Tape Backups: what software to uese?
  5. Date: Thu, 04 Jan 1996 09:07:20 -0800
  6. Organization: University of Washington
  7. Message-ID: <donn-0401960907200001@xceed.cac.washington.edu>
  8. References: <4cg1o3$aau@pellew.ntu.edu.au>
  9. NNTP-Posting-Host: xceed.cac.washington.edu
  10.  
  11. In article <4cg1o3$aau@pellew.ntu.edu.au>, hoffmann@morinda.it.ntu.edu.au
  12. (Arthur Hoffmann) wrote:
  13. ...
  14. | What is the best way to backup the whole filesystem?
  15. | I have 2.7G HD storage and the Tapesize is 525Mb, so I assume I need
  16. | to use something that lets me archive to multiple volumes. I found tar
  17. | does the job, but I have to be very careful because it core dumps when
  18. | it comes across some files it can't read.
  19.  
  20. The best way to backup a filesystem is the "dump" command.
  21. It does handle multiple volumes.  There's a historical feature
  22. that makes it stop after a certain number of blocks and prompt
  23. for the next reel, because some older tape devices didn't report
  24. end-of-tape in a useful way;  you can effectively override this
  25. by lying about the tape size, and I believe on most modern
  26. drives it will know when it really does hit the end of the tape.
  27. You'll have to experiment with that - I've never hit the end
  28. of a tape, 8mm cartridges are too big and too cheap to bother
  29. filling all the way up.
  30.  
  31. "dump" knows about filesystems.  It will leave other filesystems
  32. alone when it runs into them, so you don't have to unmount
  33. everything else to back up the root file system.
  34.  
  35. The complementary "restore" command is interactive:  it gets
  36. a list of files off the tape, and allows you to "cd" around in its
  37. directory hierarchy and "add" specific files; then when you
  38. "extract" the list of added files it knows how to read through
  39. the tape volumes and get them all.  There are also non-interactive
  40. options, for when you want to restore the whole file system or
  41. something.  It knows how to restore device files, etc.
  42.  
  43.     Donn Cave, University Computing Services, University of Washington
  44.     donn@u.washington.edu
  45.