NetBSD/gnu/usr.bin/tar
cgd 9a813e49aa added undocumented +force and +only options, for creating and
installing distributions.

+force unlinks files before extracting them, +only adds *only*
the specified files to an archive (i.e. doesn't descend into
subdirectories).
1993-04-20 04:38:28 +00:00
..
COPYING initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
ChangeLog initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
Makefile Cleanup for GCC 2. 1993-04-19 08:00:58 +00:00
Makefile.dist initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
README initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
buffer.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
create.c added undocumented +force and +only options, for creating and 1993-04-20 04:38:28 +00:00
diffarch.c Fix compilation error I introduced. 1993-04-20 04:12:13 +00:00
extract.c added undocumented +force and +only options, for creating and 1993-04-20 04:38:28 +00:00
getdate.y initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
getoldopt.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
getopt.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
getopt.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
getopt1.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
gnu.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
list.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
mangle.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
names.c Cleanup for GCC 2. 1993-04-19 08:00:58 +00:00
open3.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
port.c Cleanup for GCC 2. 1993-04-19 08:00:58 +00:00
port.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
regex.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
regex.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
rmt.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
rtape_lib.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
tar.c added undocumented +force and +only options, for creating and 1993-04-20 04:38:28 +00:00
tar.h added undocumented +force and +only options, for creating and 1993-04-20 04:38:28 +00:00
update.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
version.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
wildmat.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00

README

This GNU tar 1.10.  Please send bug reports, etc., to
bug-gnu-utils@prep.ai.mit.edu.  

This is GNU tar.  It is based heavily on John Gilmore's public domain
tar, but with added features.  The manual is currently being written.
An old manual, surely riddled with errors, is in tar.texinfo.  Please
don't send in bug reports about that manual.  In particular, the
mechanism for doing incremental dumps has been significantly changed.

The mt program is in the GNU cpio distribution.

Various people have been having problems using floppies on a NeXT.
I've gotten conflicting reports about what should be done to solve the
problems, and we have no way to test it ourselves.  If you don't have
"rename" in your C library, you will need to find an implementation.
I'm not sure if I want to roll in the GNU implementation into tar.

	-mib

User-visible changes since 1.09:

Filename to -G is optional.  -C works right.  
Names +newer and +newer-mtime work right.

-g is now +incremental
-G is now +listed-incremental

Sparse files now work correctly.

+volume is now called +label.

+exclude now takes a filename argument, and +exclude-from does what
+exclude used to do.

Exit status is now correct.

+totals keeps track of total I/O and prints it when tar exits.

When using +label with +extract, the label is now a regexp.

New option +tape-length (-L) does multi-volume handling like BSD dump:
you tell tar how big the tape is and it will prompt at that point
instead of waiting for a write error.

New backup scripts level-0 and level-1 which might be useful to
people.  They use a file "backup-specs" for information, and shouldn't
need local modification.  These are what we use to do all our backups
at the FSF.