README 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Hey! Emacs! Yo! This is -*- Text -*- !!!
  2. This is GNU tar 1.11.2. Please send bug reports, etc., to
  3. [email protected]. This is a beta-test release. Please
  4. try it out. There is no manual; the release of version 1.12 will
  5. contain a manual.
  6. GNU tar is based heavily on John Gilmore's public domain tar, but with
  7. added features. The manual is currently being written.
  8. This distribution also includes rmt, the remote tape server (which
  9. normally must reside in /etc). The mt tape drive control program is
  10. in the GNU cpio distribution.
  11. See the file INSTALL for compilation and installation instructions for Unix.
  12. See the file NEWS for information on all that is new in this version
  13. of tar.
  14. makefile.pc is a makefile for Turbo C 2.0 on MS-DOS.
  15. Various people have been having problems using floppies on a NeXT. In
  16. order to have them work right, you need to kill the automounting
  17. program which tries to mount floppies as soon as they are added.
  18. If you want to do incremental dumps, use the distributed backup
  19. scripts. They are what we use at the FSF to do all our backups. Most
  20. importantly, do not use --incremental (-G) or --after-date (-N) or
  21. --newer-mtime to do incremental dumps. The only option that works
  22. correctly for this purpose is --listed-incremental. (When extracting
  23. incremental dumps, use --incremental (-G).)
  24. If your system needs to link with -lPW to get alloca, but has
  25. rename in the C library (so HAVE_RENAME is defined), -lPW might
  26. give you an incorrect version of rename. On HP-UX this manifests
  27. itself as an undefined data symbol called "Error" when linking cp, ln,
  28. and mv. If this happens, use `ar x' to extract alloca.o from libPW.a
  29. and `ar rc' to put it in a library liballoca.a, and put that in LIBS
  30. instead of -lPW. This problem does not occur when using gcc, which
  31. has alloca built in.