From: Sergey Poznyakoff Date: Fri, 23 Jun 2006 15:19:27 +0000 (+0000) Subject: (Sparse Formats): New node X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=9c764b14a906787457ae34a590ab878e3246466a (Sparse Formats): New node --- diff --git a/doc/intern.texi b/doc/intern.texi index e6f9706..27330ba 100644 --- a/doc/intern.texi +++ b/doc/intern.texi @@ -6,6 +6,7 @@ @menu * Standard:: Basic Tar Format * Extensions:: @acronym{GNU} Extensions to the Archive Format +* Sparse Formats:: Storing Sparse Files * Snapshot Files:: * Dumpdir:: @end menu @@ -320,6 +321,10 @@ use the @acronym{GNU}-added fields of the header, other versions of @command{tar} program will give an error, the most likely one being a checksum error. +@node Sparse Formats +@unnumberedsec Storing Sparse Files +@include sparse.texi + @node Snapshot Files @unnumberedsec Format of the Incremental Snapshot Files @include snapshot.texi @@ -327,3 +332,4 @@ checksum error. @node Dumpdir @unnumberedsec Dumpdir @include dumpdir.texi +