[Bug 10866] busybox tar does not mention -o (--no-same-owner) option anywhere in its help output

bugzilla at busybox.net bugzilla at busybox.net
Sat Apr 7 19:02:44 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10866

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
BusyBox v1.29.0.git (2018-04-07 15:43:16 CEST) multi-call binary.

Usage: tar c|x|t [-ZzJjahmvokO] [-f TARFILE] [-C DIR] [-T FILE] [-X FILE]
[--exclude PATTERN]... [FILE]...

Create, extract, or list files from a tar file

Operation:
        c       Create
        x       Extract
        t       List
        -f FILE Name of TARFILE ('-' for stdin/out)
        -C DIR  Change to DIR before operation
        -v      Verbose
        -O      Extract to stdout
        -m      Don't restore mtime
        -o      Don't restore user:group
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        -k      Don't replace existing files
        -Z      (De)compress using compress
        -z      (De)compress using gzip
        -J      (De)compress using xz
        -j      (De)compress using bzip2
        -a      (De)compress using lzma
        -h      Follow symlinks
        -T FILE File with names to include
        -X FILE File with glob patterns to exclude
        --exclude PATTERN       Glob pattern to exclude

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list