aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zap
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/zap: Update to version 0.8Joseph Mingrone2018-12-012-4/+4
| | | | | | | Release Notes: https://github.com/Jehops/zap/releases/tag/0.8 Notes: svn path=/head/; revision=486386
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* sysutils/zap: Update to version 0.7.4Joseph Mingrone2017-10-032-4/+4
| | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.4 Notes: svn path=/head/; revision=451171
* sysutils/zap: Update to version 0.7.3Joseph Mingrone2017-09-052-4/+4
| | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.3 Notes: svn path=/head/; revision=449263
* sysutils/zap: Update to version 0.7.2 and add zap user/groupJoseph Mingrone2017-08-302-7/+10
| | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.2 Notes: svn path=/head/; revision=448997
* sysutils/zap: Update to version 0.7.1.Joseph Mingrone2017-08-182-4/+4
| | | | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.1 Reported by: Michael Wayne <wayne47@gmail.com> Notes: svn path=/head/; revision=448263
* sysutils/zap: Update to version 0.7.0Joseph Mingrone2017-05-142-4/+4
| | | | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.0 Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=440897
* sysutils/zap: Update to version 0.6.9Joseph Mingrone2017-04-182-5/+5
| | | | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.6.9 Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=438817
* sysutils/zap: Update to version 0.6.8.Joseph Mingrone2017-03-063-23/+7
| | | | | | | | | | | | | | | | Release information: https://github.com/Jehops/zap/releases/tag/0.6.8 Port changes: - Remove warnings in pkg-message about option changes in older pre-releases. - Update pkg-message to mention blog post describing a replication strategy. Reported by: David Samms <dsamms@nw-ds.com> Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=435567
* sysutils/zap: Update COMMENT and pkg-descr.Joseph Mingrone2017-01-292-6/+11
| | | | | | | Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=432812
* sysutils/zap: Update to version 0.6.7.Joseph Mingrone2017-01-292-4/+4
| | | | | | | | | Report the correct version with zap -v. Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=432809
* sysutils/zap: Update to version 0.6.6.Joseph Mingrone2017-01-292-4/+4
| | | | | | | | | Upstream change: Fix description of subcommand options in man page. Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=432803
* sysutils/zap: Update to version 0.6.5.Joseph Mingrone2017-01-282-5/+6
| | | | | | | Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=432686
* sysutils/zap: Update to version 0.6.4.Joseph Mingrone2017-01-093-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues with replication. - Do not require all '-r dataset' arguments to be listed first. - Fix error checking. If only one argument to 'zap rep' was supplied, replication would silently fail. This required breaking the interface. Instead of zap rep|replicate [-dLSv] [[-r dataset]... [dataset]... remote_dest] the format is now zap rep|replicate [-dLSv] [remote_dest [-r] dataset [[-r] dataset]...]. Fix issue with destroy. - In 0.6.3 $zptn was updated in destroy() to be an extended regular expression. But, when a host was not supplied as an argument, grep -E was still being supplied with the initial $zptn value containing a basic regular expression. With 'zap snap', do not require all '-r dataset' arguments to be listed first. Reviewed by: AMDmi3 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9086 Notes: svn path=/head/; revision=431024
* sysutils/zap: Update to version 0.6.3.Joseph Mingrone2017-01-072-4/+4
| | | | | | | | | | Fix problem calling basic sed with unsupported a|b. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9078 Notes: svn path=/head/; revision=430764
* sysutils/zap: Update to version 0.6.2Joseph Mingrone2017-01-042-4/+4
| | | | | | | | | | Add options to control behaviour when a resilver is in progress. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9044 Notes: svn path=/head/; revision=430584
* sysutils/zap: Update to version 0.6.1.Joseph Mingrone2017-01-043-7/+11
| | | | | | | | | | | | | | | Changes in version 0.6.0: - Add remote replication support. - Rework command options to be similar to the zfs command. Changes in version 0.6.1: - Fix incorrect replication example in the documentation. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9043 Notes: svn path=/head/; revision=430583
* sysutils/zap: Update to version 0.5.0Joseph Mingrone2016-11-142-4/+4
| | | | | | | | | | | | | | | | | | | | Changelog: - Use getops for option handling. - Create snapshots again when a scrub is in progress. - Let the -r flag be specified for individual datasets. - To handle parsing the '-r' flags, the create function was broken off into two functions: create_parse() and create(). create() creates one snapshot per call. - Created helper functions pool_ok and pool_scrub. - Minor changes to warning messages. - POSIX sh does not support local, so initialize variables intended to be local to a function. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8511 Notes: svn path=/head/; revision=426133
* Use PORTDOCS to install README and do not suppress directory creation outputJoseph Mingrone2016-10-031-2/+3
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8131 Notes: svn path=/head/; revision=423194
* Update email address to jrm@FreeBSD.org for ports that I maintainJoseph Mingrone2016-09-231-1/+1
| | | | | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995 Notes: svn path=/head/; revision=422697
* Update to version 0.4.1Pawel Pekala2016-08-252-4/+4
| | | | | | | | PR: 212144 Submitted by: Joseph Mingrone (maintainer) Notes: svn path=/head/; revision=420871
* - Update to 0.4.0Dmitry Marakasov2016-08-242-4/+4
| | | | | | | | PR: 212089 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=420786
* Update sysutils/zap to 0.3.0.Brad Davis2016-06-163-3/+7
| | | | | | | | | PR: 210266 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Approved by: bdrewery (implicit) Notes: svn path=/head/; revision=416943
* - Update to 0.2.1Wen Heping2016-04-072-3/+3
| | | | | | | | PR: 208619 Submitted by: jrm@ftfl.ca(maintainer) Notes: svn path=/head/; revision=412696
* - Update to 0.2Dmitry Marakasov2016-04-073-6/+4
| | | | | | | | PR: 208600 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=412673
* - Update to 0.1.2Dmitry Marakasov2016-04-062-4/+3
| | | | | | | | PR: 208581 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=412629
* sysutils/zap: bugfixKurt Jaeger2016-04-063-7/+7
| | | | | | | | PR: 208564 Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Notes: svn path=/head/; revision=412609
* New port: sysutils/zapKurt Jaeger2016-04-053-0/+38
Use zap to maintain ZFS snapshots with cron. - Uses neither configuration files nor custom ZFS properties - all information is supplied when zap is invoked and stored in snapshot names. - Uses namespaces to avoid collisions with other snapshots. - Creates and destroys snapshots only when it makes sense to. - Written in POSIX sh. WWW: https://github.com/Jehops/zap PR: 208495 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Notes: svn path=/head/; revision=412578