Problem list incremental dump file.

View: New views
1 Messages — Rating Filter:   Alert me  

Problem list incremental dump file.

by Jae Sang Lee :: Rate this Message:

| View Threaded | Show Only this Message

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), 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