| Summary: | app-arch/tar-1.18-r2 --exclude-tag --listed-incremental doesn't work | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Oliver Knodel <it-knodel> |
| Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Oliver Knodel
2007-09-18 21:24:06 UTC
It is fixed in Version GNU tar 1.19. I tested it with the files of the preceding posting, the output of: oliver ~/tmp/tartest $ tar -cvvf test.tar --exclude-tag=NOB -g snar1 src/ tar: src/1: Directory is new tar: src/2: Directory is new tar: src/2: contains a cache directory tag NOB; contents not dumped tar: src/3: Directory is new drwxr-xr-x oliver/oliver 0 2007-10-13 00:17 src/ drwxr-xr-x oliver/oliver 0 2007-10-13 00:19 src/1/ drwxr-xr-x oliver/oliver 0 2007-10-13 00:21 src/2/ drwxr-xr-x oliver/oliver 0 2007-10-13 00:19 src/3/ -rw-r--r-- oliver/oliver 0 2007-10-13 00:19 src/1/a -rw-r--r-- oliver/oliver 0 2007-10-13 00:19 src/1/b -rw-r--r-- oliver/oliver 0 2007-10-13 00:19 src/1/c -rw-r--r-- oliver/oliver 0 2007-10-13 00:19 src/3/a -rw-r--r-- oliver/oliver 0 2007-10-13 00:19 src/3/b -rw-r--r-- oliver/oliver 0 2007-10-13 00:19 src/3/c Additional Information from the bug-tar mailing list: I am pleased to announce the release of GNU tar 1.19. GNU tar is available for download from ftp://ftp.gnu.org/gnu/tar and the mirror sites worldwide (see http://www.gnu.org/order/ftp.html for the list of those). ... The following options now work with incremental archives as well: --exclude-caches --exclude-caches-all --exclude-tag --exclude-tag-all --exclude-tag-under ... I don't know if i should close this bus report, because this is my first one. thanks for checking ... tar-1.19 is in the tree now |