Lines 1-23
Link Here
|
1 |
Afio makes cpio-format archives. It deals somewhat gracefully with |
1 |
Afio makes cpio-format archives. It deals fairly gracefully with |
2 |
input data corruption. Supports multi-volume archives during |
2 |
potential input data corruption. Supports multi-volume archives |
3 |
interactive operation. Afio can make compressed archives that are |
3 |
during interactive operation. Afio can make compressed archives |
4 |
much safer than compressed tar or cpio archives. Afio is best used as |
4 |
that are much safer than compressed tar or cpio archives. Afio is |
5 |
an `archive engine' in a backup script. |
5 |
best used as an `archive engine' in a backup script. |
6 |
|
6 |
|
7 |
Afio has far too many options and features (some of which are not even |
7 |
Afio has a tremendous number of options. Some still haven't been |
8 |
in the manual page). Anything in afio that doesn't relate to reading |
8 |
documented! Afio has a new maintainer, and current work has already |
9 |
or writing an archive from/to a simple file or pipe or backing up and |
9 |
begun to create a Perl/GTK2 UI to accomodate scripting, and configuration |
10 |
restoring from floppies remains untested. |
10 |
of common, or not-so-common batch/task/jobs. Code cleanup is also |
|
|
11 |
in the works. Look for these, and possibly more in version 2.6. |
11 |
|
12 |
|
12 |
Typical `tested' afio uses are |
13 |
Thanks for trying afio! |
13 |
... | afio -o -v -f -b 1024 -s 1440x -F -Z /dev/fd0H1440 |
|
|
14 |
... | afio -o -v -s 1440k -F -V -Z -G1 /dev/fd0H1440 |
15 |
afio -oZvx /tmp/pipe1 </tmp/pipe2 |
16 |
afio -i -Z -k -v -x -n /tmp/pipe1 |
17 |
... | afio -s 512m -c 1024 -Z -T 20k -G 1 -E /backup/compressed -v -o \ |
18 |
-L /backup/LOG -z /dev/tape 2>/dev/tty8 >/var/adm/backup |
19 |
|
14 |
|
20 |
WARNING: the code for -F (and -f and -K) is a complete mess. It will |
15 |
WWW: http://BSDforge.com/projects/sysutils/afio/ |
21 |
probably work in the normal case, but don't expect it to handle a |
|
|
22 |
write/verify error correctly. If you get such an error, best thing is |
23 |
to restart afio completely. |