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