- Update to 0.9.7

PR:		ports/156247
Submitted by:	Ivan Dreckman <ivannashdreckman@fastmail.fm> (maintainer)
This commit is contained in:
Dennis Herrmann 2011-04-08 18:00:32 +00:00
parent b6ca6fce5f
commit 8a6beb387a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272407
3 changed files with 9 additions and 9 deletions

View File

@ -1,19 +1,19 @@
# New ports collection makefile for: zxfer
# Date created: 02 April 2011
# Date created: 07 April 2011
# Whom: Ivan Dreckman <ivannashdreckman@fastmail.fm>
#
# $FreeBSD$
#
PORTNAME= zxfer
PORTVERSION= 0.9.6
PORTVERSION= 0.9.7
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ivannashdreckman@fastmail.fm
COMMENT= Easily and reliably transfer ZFS filesystems
RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USE_BZIP2= yes
NO_BUILD= yes

View File

@ -1,2 +1,2 @@
SHA256 (zxfer-0.9.6.tar.bz2) = d64d08bdff513ebe391f8aa3361636a328670cb5179a36fedb1de144cc18c6f1
SIZE (zxfer-0.9.6.tar.bz2) = 44871
SHA256 (zxfer-0.9.7.tar.bz2) = 830bae13208e1a99db7bfa06c3d2fd5ef5476bb652b50ecee6c3a69b816a77ca
SIZE (zxfer-0.9.7.tar.bz2) = 45062

View File

@ -1,7 +1,7 @@
Zxfer is a fork of zfs-replicate. It allows the easy and reliable backup,
restore or transfer of zfs filesystems, either locally or remotely.
restore or transfer of ZFS filesystems, either locally or remotely.
Zxfer has the following features:
Some of the features zxfer has:
* Written in sh with only one dependency, rsync. Rsync mode is not used
in a typical restore, hence in that situation all you need is the
zxfer script, your backup and an install CD/DVD.
@ -14,11 +14,11 @@ Zxfer has the following features:
* Override properties in the transfer, e.g. for archival purposes
it is useful to override "copies" and "compression".
* Create all filesystems on the destination as necessary.
* Write backup files to aid in automatically restoring the original
properties that have been overridden.
* A comprehensive man page with examples.
* Can be set to beep on error or when done, useful for long transfers.
* Features an rsync mode for when two different snapshotting regimes are on
source and destination, and zfs send/receive won't work.
LICENSE: BSD
WWW: http://www.zxfer.org