Hi Joerg,
Thanks for reporting. I'll investigate this.
Regards,
Sergey
Thanks for the report! +cc acl-devel
On Thursday, March 14, 2019 2:51:10 PM CET Joerg Schilling wrote:
> Trying to unpack the reference archives for the POSIX ACL proposal from
> 1993 that was withdrawn in 1997 results in something like:
>
> /tmp/tar-1.31/src/tar --acls -xpf acl-test3.tar.gz
Pavel Raiskup wrote:
> Thanks for the report! +cc acl-devel
>
> On Thursday, March 14, 2019 2:51:10 PM CET Joerg Schilling wrote:
> > Trying to unpack the reference archives for the POSIX ACL proposal from
> > 1993 that was withdrawn in 1997 results in something like:
> >
> > /tmp/tar-1.31/src/t
Am Fr., 15. März 2019 um 11:12 Uhr schrieb Pavel Raiskup :
>
> Thanks for the report! +cc acl-devel
>
> On Thursday, March 14, 2019 2:51:10 PM CET Joerg Schilling wrote:
> > Trying to unpack the reference archives for the POSIX ACL proposal from
> > 1993 that was withdrawn in 1997 results in someth
export TAR_OPTIONS=--delay-directory-restore --no-overwrite-dir
tar -xvf source.tar.gz
source/
Aborted
Tar options --delay-directory-restore and --no-overwrite-dir do not work
together in last tar version (1.31).
Hi,
ha escrit:
> export TAR_OPTIONS=--delay-directory-restore --no-overwrite-dir
> tar -xvf source.tar.gz
> source/
> Aborted
>
> Tar options --delay-directory-restore and --no-overwrite-dir do not work
> together in last tar version (1.31).
It's been fixed in 1.32.
Regards,
Sergey