notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
zxfer Easily and reliably transfer ZFS filesystems
1.1.7_1 sysutils on this many watch lists=10 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.7Version of this port present on the latest quarterly branch.
Maintainer: ports@scaleengine.com search for ports maintained by this maintainer
Port Added: 2011-04-04 15:05:16
Last Update: 2024-01-10 15:29:49
Commit Hash: e4610fc
People watching this port, also watch:: beadm, pkg, smartmontools, tmux, poudriere
License: BSD2CLAUSE
WWW:
https://github.com/allanjude/zxfer
Description:
Zxfer is a fork of zfs-replicate. It allows the easy and reliable backup, restore or transfer of ZFS filesystems, either locally or remotely. 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. * Reliability is first priority - the only methods of transfer allowed are those that checksum/hash the transferred data. * Transfer to or from a remote host via ssh. * Recursive and incremental transfer of filesystems (via snapshots). * Transfer properties and sources of those properties (e.g. local or inherited). * 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. * 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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. share/man/man8/zxfer.8.gz
  2. sbin/zxfer
  3. /usr/local/share/licenses/zxfer-1.1.7_1/catalog.mk
  4. /usr/local/share/licenses/zxfer-1.1.7_1/LICENSE
  5. /usr/local/share/licenses/zxfer-1.1.7_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • zxfer>0:sysutils/zxfer
To install the port:
cd /usr/ports/sysutils/zxfer/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/zxfer
  • pkg install zxfer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: zxfer
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1554913055 SHA256 (allanjude-zxfer-v1.1.7_GH0.tar.gz) = c95ed822748806e93b06902575cfbaf99b6a236d21a6bb6c0e3d4648f2d48f29 SIZE (allanjude-zxfer-v1.1.7_GH0.tar.gz) = 52908

Packages (timestamps in pop-ups are UTC):
zxfer
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.7_11.1.7_11.1.71.1.7_11.1.7_1-1.1.7-
FreeBSD:13:quarterly1.1.71.1.71.1.71.1.71.1.71.1.71.1.71.1.7
FreeBSD:14:latest1.1.7_11.1.7_11.1.71.1.7_11.1.7_11.1.7-1.1.7
FreeBSD:14:quarterly1.1.71.1.7-1.1.71.1.71.1.71.1.71.1.7
FreeBSD:15:latest1.1.7_11.1.7_1n/a1.1.7_1n/a1.1.7_11.1.7_11.1.7_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for zxfer-1.1.7_1: RSYNC=off: Enable RSYNC Support ===> Use 'make config' to modify these settings
Options name:
sysutils_zxfer
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/allanjude/zxfer/tar.gz/v1.1.7?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.7_1
10 Jan 2024 15:29:49
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1.7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.7
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.7
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.7
22 Apr 2019 05:38:57
Revision:499603Original commit files touched by this commit
meta search for other commits by this committer
sysutils/zxfer: Update to 1.1.7

zxfer 1.1.7 includes a number of fixes for cross-OS compatibility

While here,
- Reorder sections
- Use PLIST_FILES instead of pkg-plist

PR:		236352
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
Approved by:	maintainer
Relnotes:	https://github.com/allanjude/zxfer/releases/tag/v1.1.7
1.1.6
05 Aug 2018 18:54:04
Revision:476423Original commit files touched by this commit
marck search for other commits by this committer
Correct WWW URL: dedicated site does not seem to ever exist.
Use github project homepage istead.
1.1.6
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
1.1.6
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.1.6
15 Feb 2016 02:03:24
Revision:408916Original commit files touched by this commit
allanjude search for other commits by this committer
Update sysutils/zxfer to 1.1.6

PR:		197044
Approved by:	miwi
Differential Revision:	https://reviews.freebsd.org/D5281
1.1.0
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
1.1.0
11 Dec 2014 00:40:17
Revision:374505Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in sysutils category
1.1.0
12 Nov 2013 09:30:57
Revision:333555Original commit files touched by this commit
tijl search for other commits by this committer
- Update sysutils/zxfer to version 1.1.0.
- Assign maintainership to submitter who has taken over upstream
  development.

PR:		ports/182034, ports/183804
Submitted by:	Allan Jude <ports@scaleengine.com>
0.9.8_1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.9.8_1
19 Sep 2013 15:06:45
Revision:327628Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap due to maintainer mail bounce
0.9.8_1
20 Jun 2013 11:46:31
Revision:321372Original commit files touched by this commit
swills search for other commits by this committer
- Add ro properties for FreeBSD 9.1

PR:		ports/178567
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout (ivannashdreckman@fastmail.fm, >4 weeks)
0.9.8
10 May 2011 07:47:12
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.9.8

PR:             ports/156919
Submitted by:   Ivan Dreckman <ivannashdreckman@fastmail.fm> (maintainer)
0.9.7
08 Apr 2011 18:00:32
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 0.9.7

PR:             ports/156247
Submitted by:   Ivan Dreckman <ivannashdreckman@fastmail.fm> (maintainer)
0.9.6
04 Apr 2011 15:03:51
Original commit files touched by this commit
dhn search for other commits by this committer
Zxfer is a fork of zfs-replicate. It allows the easy and reliable backup,
restore or transfer of zfs filesystems, either locally or remotely.

Zxfer has the following features:
  * 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.
  * Reliability is first priority - the only methods of transfer allowed
      are those that checksum/hash the transferred data.
  * Transfer to or from a remote host via ssh.
  * Recursive and incremental transfer of filesystems (via snapshots).
  * Transfer properties and sources of those properties (e.g. local or
      inherited).
  * Override properties in the transfer, e.g. for archival purposes
      it is useful to override "copies" and "compression".
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 19