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
openwrt System
(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.