Hi,
I read GNU tar manual
http://www.gnu.org/software/tar/manual/html_node/Incremental-Dumps.html#SEC94In that page, To list archive file,
-------------------------
To list the contents of an incremental archive, use ‘--list’
(see section How to List Archives), as usual. To obtain more information about the
archive, use ‘--listed-incremental’ or ‘--incremental’
combined with two ‘--verbose’ options(13):
| | 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