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 (-22 / +8 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
2
input data corruption.  Supports multi-volume archives during
2
with potential input data corruption. Supports multi-volume
3
interactive operation.  Afio can make compressed archives that are
3
archives  during  interactive  operation.  Afio  can  make
4
much safer than compressed tar or cpio archives.  Afio is best used as
4
compressed archives that are much safer than compressed tar,
5
an `archive engine' in a backup script.
5
or cpio archives. Afio has a tremendous number of options.
6
Afio might be best used as an `archive engine' in a backup
7
script.
6
8
7
Afio has far too many options and features (some of which are not even
9
WWW: http://BSDforge.com/projects/sysutils/afio/
8
in the manual page).  Anything in afio that doesn't relate to reading
9
or writing an archive from/to a simple file or pipe or backing up and
10
restoring from floppies remains untested.
11
12
Typical `tested' afio uses are
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
20
WARNING: the code for -F (and -f and -K) is a complete mess.  It will
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 (+12 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
8
   /usr/local/share/docs/afio/README
9
10
   for details.
11
12
* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING *

Return to bug 197382