aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zap
Commit message (Collapse)AuthorAgeFilesLines
* 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