Hi,

I read GNU tar manual
http://www.gnu.org/software/tar/manual/html_node/Incremental-Dumps.html#SEC94

In that page, To list archive file,

-------------------------

To list the contents of an incremental archive, use ‘--list’ (see section How
to List 
Archives<http://www.gnu.org/software/tar/manual/html_node/list.html#SEC23>),
as usual. To obtain more information about the archive, use ‘
--listed-incremental’ or ‘--incremental’ combined with two ‘--verbose’
options(13)<http://www.gnu.org/software/tar/manual/html_node/tar_fot.html#FOOT13>:



tar --list --incremental --verbose --verbose archive.tar

--------------------------
But it's not running,
I think this is right expression



tar --list --incremental --verbose --verbose --file=archive.tar


My GNU tar version is 1.25

Reply via email to