afio のコマンドオプションはたくさんあって、man afio するとうんざりしますが実際に使うオプションは限られたもの
です。afio --help して出てくるもので十分でしょう。
% afio --help
Usage: [filename generator] | afio -o [options] archive : write archive
afio -i [options] archive : install archive
afio -t [options] archive : list table-of-contents of archive
afio -r [options] archive : verify archive against filesystem
Frequently used options:
General: -v : verbose -Z : gzip files
Tape: -s [volsize] : size of volume, can have suffix k or m
-b [blocksize] : block size (default is 5120)
-c [count] : buffer count blocks between doing I/O
Floppy: -F : device is a floppy drive, -s required -K : verify floppies
Install: -n : protect newer files -k : skip corrupt data at beginning
Select: -y [pattern] : only process files matching pattern
-Y [pattern] : do not process files matching pattern
Version 2.4.2 dated 21 Jan 1996 |