View | Details | Raw Unified | Return to bug 197382 | Differences between
and this patch

Collapse All | Expand All

(-)afio/Makefile (-1 / +4 lines)
Lines 6-14 Link Here
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	SUNSITE/system/backup
7
MASTER_SITES=	SUNSITE/system/backup
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	portmaster@BSDforge.com
10
COMMENT=	Archiver and backup program with builtin compression
10
COMMENT=	Archiver and backup program with builtin compression
11
11
12
LICENSE=	ART20 BSD2CLAUSE
13
LICENSE_COMB=	multi
14
12
USES=		tar:tgz
15
USES=		tar:tgz
13
16
14
ALL_TARGET=	${PORTNAME}
17
ALL_TARGET=	${PORTNAME}
(-)afio/pkg-descr (-20 / +12 lines)
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.
(-)afio/pkg-message (+9 lines)
Line 0 Link Here
1
* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *
2
3
    THERE ARE POTENTIAL ISSUES YOU SHOULD BE AWARE OF PRIOR
4
    TO THE USE OF AFIO
5
6
   PLEASE SEE
7
   /usr/local/share/docs/afio/README for details.
8
9
* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *

Return to bug 197382