Port details |
- zpaqfranz Swiss army knife for the serious backup manager
- 55.12_1 archivers
=3 55.12_1Version of this port present on the latest quarterly branch. - Maintainer: franco@francocorbelli.com
 - Port Added: 2022-08-21 19:21:06
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: BSD2CLAUSE MIT
- WWW:
- https://github.com/fcorbelli/zpaqfranz
- Description:
- Swiss army knife for backup and disaster recovery
Features:
* Like 7z or RAR on steroids, with deduplicated "snapshots" (versions).
* Conceptually similar to Mac time machine, but much more efficient.
* Keeps backup always-to-always, no need to ever prune (CryptoLocker).
* Easily handles millions of files and TBs of data, non-latin support.
* Cloud backups with full encryption, minimal data transfer / bandwith.
* Data integrity check CRC32+XXHASH,SHA-1,SHA-2,SHA-3,MD5,XXH3,BLAKE3.
* Thorough data verification, multithread support (real world 1GB+/s).
* Specific zfs handling functions, full multiplatform interoperability.
* Particularly suitable for minimal space storage of virtual machines.
* Full backwards compatibility with ZPAQ [archivers/paq].
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zpaqfranz>0:archivers/zpaqfranz
- To install the port:
- cd /usr/ports/archivers/zpaqfranz/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/zpaqfranz
- pkg install zpaqfranz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zpaqfranz
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661098353
SHA256 (zpaqfranz-55.12.tar.gz) = 0ef8a192cf539d46647d5122b99ce2c2ac49f7a778c510e6d1ddf74c5096ab5f
SIZE (zpaqfranz-55.12.tar.gz) = 814992
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zpaqfranz-55.12_1:
DIRCOMMAND=off: Add a symlink to call the dir subcommand directly
===> Use 'make config' to modify these settings
- Options name:
- archivers_zpaqfranz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
55.12_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
55.12_1 22 Aug 2022 16:20:22
    |
Felix Palmen (zirias)  |
archivers/zpaqfranz: Add option for installing dir
bin/dir is just a shorthand for a subcommand of zpaqfranz. Installing it
would conflict with misc/gnuls, so make it optional and disabled by
default.
PR: 265651
Reported by: diizzy (on IRC)
Approved by: Franco Corbelli <franco@francocorbelli.com> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36292 |
55.12 21 Aug 2022 19:19:01
    |
Felix Palmen (zirias)  Author: Franco Corbelli |
archivers/zpaqfranz: Add new port
Archiver with deduplication and snapshot freezing (aka: N zfs' snapshots
in one .zpaq file), just like 7z "merged" with Time Machine
PR: 265651
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36278 |