| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
gzip-compressed tar archives.
Thanks to: Mike Hunter
Notes:
svn path=/head/; revision=158204
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=154489
|
|
|
|
|
|
|
|
|
|
|
| |
option is undocumented because it does nothing. It does nothing
because bsdtar never needs it. It is accepted because gnutar does
sometimes need it and many scripts use it.
Reported by: Pawel Jakub Dawidek
Notes:
svn path=/head/; revision=153258
|
|
|
|
|
|
|
| |
Approved by: re (blanket manpages)
Notes:
svn path=/head/; revision=147624
|
|
|
|
|
|
|
|
|
| |
rather than 'XXXX'.
MFC after: 1 week
Notes:
svn path=/head/; revision=145284
|
|
|
|
| |
Notes:
svn path=/head/; revision=144244
|
|
|
|
|
|
|
|
|
|
| |
switches to support selecting files by time of modification.
Special thanks to: Steven M. Bellovin, Rich $alz, and Jim Berets,
authors of the public-domain getdate.y date-parsing code.
Notes:
svn path=/head/; revision=143528
|
|
|
|
|
|
|
| |
Thanks to: Sangwoo Shim
Notes:
svn path=/head/; revision=143486
|
|
|
|
|
|
|
| |
Clarify that -T can be used in 'x' mode as well as 'c' mode.
Notes:
svn path=/head/; revision=142063
|
|
|
|
| |
Notes:
svn path=/head/; revision=140420
|
|
|
|
| |
Notes:
svn path=/head/; revision=140368
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=134370
|
|
|
|
|
|
|
|
|
| |
synonym for --format. Update the man page to reflect this. While
I'm here, change the man page to document "tar" rather than "bsdtar,"
update some comments about -l compatibility and fix a few grammar nits.
Notes:
svn path=/head/; revision=133331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For -l, upset everyone by breaking it. Specifically, -l now produces
a lengthy error message that suggests --check-links (POSIX -l) or
--one-file-system (GNU -l) instead. However, if POSIXLY_CORRECT is set,
use the POSIX interpretation.
For -o, please everyone by making it work both ways:
* -xo uses POSIX behavior
* -co uses "almost GNU" behavior (as close as we can get until
libarchive implements a true V7 tar format)
Notes:
svn path=/head/; revision=133053
|
|
|
|
|
|
|
| |
Thanks to: Pav Lucistnik
Notes:
svn path=/head/; revision=132974
|
|
|
|
|
|
|
| |
Thanks to: Andrey Chernov
Notes:
svn path=/head/; revision=132620
|
|
|
|
|
|
|
| |
Thanks (and many apologies) to: Cristoph Mallon
Notes:
svn path=/head/; revision=132486
|
|
|
|
|
|
|
| |
variable and the default tape device.
Notes:
svn path=/head/; revision=132377
|
|
|
|
|
|
|
| |
Emininated double space and hard sentence breaks.
Notes:
svn path=/head/; revision=131595
|
|
|
|
| |
Notes:
svn path=/head/; revision=131491
|
|
|
|
|
|
|
| |
Also correct an old error: there was no tar command in Sixth Edition.
Notes:
svn path=/head/; revision=131157
|
|
|
|
|
|
|
|
|
|
| |
This requires some non-trivial surgery to the options parsing.
While here, let people who only have getopt() access long options
through the -W longopt=value convention.
Notes:
svn path=/head/; revision=131156
|
|
|
|
|
|
|
|
| |
Pointed out by: devel/nspr port
Thanks to: Kris Kennaway
Notes:
svn path=/head/; revision=130326
|
|
|
|
|
|
|
|
|
|
|
|
| |
--exclude='pattern'.
I should have added this a long time ago, since it's so useful for testing.
In particular, it allows me to select a few entries from a troublesome
archive so that I can easily focus my debugging efforts:
bsdtar -czf new.tgz --include='*foo*' @old.tgz
Notes:
svn path=/head/; revision=130171
|
|
|
|
|
|
|
| |
(as specified by Linux Standards Base, GNU tar, and 4.4BSD documentation)
Notes:
svn path=/head/; revision=129903
|
|
|
|
| |
Notes:
svn path=/head/; revision=129313
|
|
|
|
|
|
|
| |
now libarchive actually supports the underlying request.)
Notes:
svn path=/head/; revision=128733
|
|
|
|
|
|
|
| |
reference to libarchive-formats(5).
Notes:
svn path=/head/; revision=128704
|
|
|
|
|
|
|
| |
Also, add -h as a synonym for -H, for Linux Standards Base compliance.
Notes:
svn path=/head/; revision=128200
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here, add a couple of extra sanity-checks to
the argument parsing (reject -j -z, for instance) and
update the docs a bit.
Requested by: most everyone ;-)
Notes:
svn path=/head/; revision=128039
|
|
|
|
| |
Notes:
svn path=/head/; revision=128028
|
|
Notes:
svn path=/head/; revision=127915
|