X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=doc%2Ftar.texi;h=5a1f9204384ce295f9413833283b42fc6e628493;hb=72e5a9beb6f5b37fbb6018f661eda7e6aba49402;hp=726661a9e5a143bb4cf947f683be883f17737c7d;hpb=01d81c7f0fc8761469d995ab6217395813189bca;p=chaz%2Ftar diff --git a/doc/tar.texi b/doc/tar.texi index 726661a..5a1f920 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -145,6 +145,8 @@ @set xref-checkpoint @xref{verbose} @set pxref-checkpoint @pxref{verbose} +@set op-check-links @kbd{--check-links} + @set op-compare @kbd{--compare} (@kbd{--diff}, @kbd{-d}) @set ref-compare @ref{compare} @set xref-compare @xref{compare} @@ -2566,6 +2568,13 @@ reads through the archive. Its intended for when you want a visual indication that @command{tar} is still running, but don't want to see @samp{--verbose} output. @FIXME-xref{} +@item --check-links + +If this option was given, @command{tar} will check the number of links +dumped for each processed file. If this number does not match the +total number of hard links for the file, a warning message will be +output. + @item --compress @itemx --uncompress @itemx -Z @@ -7766,11 +7775,7 @@ device, invocation. @end itemize -In previous versions of @acronym{GNU} @command{tar}, the -@samp{--compress-block} option (or even older: -@samp{--block-compress}) was necessary to reblock compressed archives. -It is now a dummy option just asking not to be used, and otherwise -ignored. If the output goes directly to a local disk, and not through +If the output goes directly to a local disk, and not through stdout, then the last write is not extended to a full record size. Otherwise, reblocking occurs. Here are a few other remarks on this topic: