home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0047.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  2.0 KB

  1. From: seismo!scgvacd!stb!michael (Michael Gersten)
  2.  
  3. I have some comments on Tar/Cpio.
  4.  
  5. First, Radio SHack does sell a tar that has an argument F for "here is a
  6. file with the files you should read". Works with - for stdin. However,
  7. you can't read the files from stdin and write the output to stdout,
  8. although you can write to a named pipe (does mostly the same thing).
  9.  
  10. Secondly, whatever you use for backups should know about blocksizes.
  11. In particular, if you lose one floppy, users should be able to restore all
  12. the information on the other floppies. Tar does not do this--linking information
  13. gets lost if this occurs. 
  14.  
  15. In particular,
  16.     Floppy A has file X on it
  17.     Floppy B has "Link X to Y"
  18. If you lose floppy A, you've got garbage for Y. Worse, if you restore out
  19. of order, no warning is given other than "Cannot link".
  20.  
  21. Finally, I feel that tar, in order to be usable as a backup facility, should
  22. be required to unlink a file before it restores it. Otherwise, consider this:
  23.  
  24. Customer uses initialization floppy to initialize hard disk, which puts basic
  25. commands (ls, tar, cp, etc) on disk, then restores the entire system from tarred
  26. floppies.
  27.  
  28. Initialization system had /bin/l linked to /bin/ls (AT&T versions)
  29. Customer had /bin/ls linked to lc, lf, lx (Berkeley versions), and the
  30. AT&T as ls.old
  31.  
  32. After untarring, the Berkeley version was lost, and the AT&T version was under
  33. all the names. Took me a while to figure this one out. Guess who the
  34. customer was.
  35.  
  36. I do not consider backup/restore usable as they take 5 minutes per file to
  37. recover individual files. I am not kidding; maybe R/S mucked something, but
  38. that is ridiculus. Sure, you can get faster, but only if you first format the
  39. disk, which takes 2 hours, and also do an incremental dump first.
  40.  
  41. [ Do you mean dump and restor?  (Or dump and restore?)  -mod ]
  42.  
  43. ---
  44. : Michael Gersten        seismo!scgvaxd!stb!michael
  45. : The above is the result of being educated at a school that discriminates
  46. : against roosters.
  47.  
  48. Volume-Number: Volume 11, Number 48
  49.  
  50.