Bug 6494

Summary: tar -T Loss of function
Product: Busybox Reporter: fclql <fclql>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: 1.22.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

Description fclql 2013-09-18 13:29:42 UTC
tar -h
BusyBox v1.19.4 (2013-08-06 19:59:31 MSK) multi-call binary.

Usage: tar -[cxtzhvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...

Create, extract, or list files from a tar file

Operation:
        c       Create
        x       Extract
        t       List
        f       Name of TARFILE ('-' for stdin/out)
        C       Change to DIR before operation
        v       Verbose
        z       (De)compress using gzip
        O       Extract to stdout
        h       Follow symlinks
        X       File with names to exclude
        T       File with names to include

Want to increase the password function

openssl des3 -salt -k passwd  -out
Comment 1 fclql 2013-09-18 13:31:34 UTC
openwrt System
Comment 2 Denys Vlasenko 2013-09-19 14:12:56 UTC
(In reply to comment #0)
> tar -h
> BusyBox v1.19.4 (2013-08-06 19:59:31 MSK) multi-call binary.
> 
> Usage: tar -[cxtzhvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...
> 
> Create, extract, or list files from a tar file
> 
> Operation:
>         c       Create
>         x       Extract
>         t       List
>         f       Name of TARFILE ('-' for stdin/out)
>         C       Change to DIR before operation
>         v       Verbose
>         z       (De)compress using gzip
>         O       Extract to stdout
>         h       Follow symlinks
>         X       File with names to exclude
>         T       File with names to include

I just tested and tar -cf TARBALL -t FILE works.