| -# <str> |
use debugging control string <str> |
| -a |
do not reset file access times after reads (now default) |
| -A <flags> |
Amiga specific flags:
| c |
clear file archived bit after processing |
| f |
during filter mode reroute interactions to ipc port |
| i |
ignore file archived bit for selecting files |
| r |
reject files that have archived bit set |
| s |
set file archived bit after processing |
|
| -b <N> |
set archive buffer size to <N> bytes (scalable) |
| -B |
background mode, no interaction with operator |
| -C |
always change extracted files to the user's user and group ids |
| -D |
on some systems, provides speedup via double buffering |
| -f <file> |
use specified <file> as archive ('-' for stdin/stdout) |
| -F |
fast mode, no checksum computations or checking |
| -I <option> |
an interaction option:
| l,pathname |
write verbosity info to pathname |
| q,fifo |
write interaction queries to fifo |
| r,fifo |
read interaction replies from fifo |
|
| -l |
suppress warnings about unresolved links |
| -L <str> |
label archive with given string <str> (63 char max) |
| -m |
limit directory expansions to same mounted filesystem |
| N <nbits> |
use <nbits> for LZW compression (default 12); see -Z
|
| -p |
pass over archive files by reading rather than seeking |
| -P <opts> |
special options for pathname handling and expansions:
| e |
turn off expansion of directories |
| E |
turn on expansion of directories |
| f |
turn off filter mode (build internal file tree) |
| F |
turn on filter mode (do not build internal tree) |
| p |
turn off auto archiving of parent directory nodes |
| P |
turn on auto archiving of parent directory nodes |
|
| -R |
exclude remotely mounted files for NFS/RFS systems |
| -s <N> |
specify size of archive media to <N> bytes (scalable) |
| -S <N> |
turn on options to handle sparse files intelligently and set sparse file size threshold to <N> bytes
(scalable)
|
| -v |
enable verbose mode (-vv and -vvv for more verbosity)
|
| -w |
display action to be taken and wait for confirmationfont> |
| -Z |
use LZW compression on archived files; see -N |