README 2.2 KB

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