| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Release Notes: https://github.com/Jehops/zap/releases/tag/0.8
Notes:
svn path=/head/; revision=486386
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.4
Notes:
svn path=/head/; revision=451171
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.3
Notes:
svn path=/head/; revision=449263
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.2
Notes:
svn path=/head/; revision=448997
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.0
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=440897
|
|
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/Jehops/zap/releases/tag/0.6.9
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=438817
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=432812
|
|
|
|
|
|
|
|
|
| |
Report the correct version with zap -v.
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=432809
|
|
|
|
|
|
|
|
|
| |
Upstream change: Fix description of subcommand options in man page.
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=432803
|
|
|
|
|
|
|
| |
Approved by: swills (mentor, implicit)
Notes:
svn path=/head/; revision=432686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8131
Notes:
svn path=/head/; revision=423194
|
|
|
|
|
|
|
|
|
| |
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D7995
Notes:
svn path=/head/; revision=422697
|
|
|
|
|
|
|
|
| |
PR: 212144
Submitted by: Joseph Mingrone (maintainer)
Notes:
svn path=/head/; revision=420871
|
|
|
|
|
|
|
|
| |
PR: 212089
Submitted by: jrm@ftfl.ca (maintainer)
Notes:
svn path=/head/; revision=420786
|
|
|
|
|
|
|
|
|
| |
PR: 210266
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
Approved by: bdrewery (implicit)
Notes:
svn path=/head/; revision=416943
|
|
|
|
|
|
|
|
| |
PR: 208619
Submitted by: jrm@ftfl.ca(maintainer)
Notes:
svn path=/head/; revision=412696
|
|
|
|
|
|
|
|
| |
PR: 208600
Submitted by: jrm@ftfl.ca (maintainer)
Notes:
svn path=/head/; revision=412673
|
|
|
|
|
|
|
|
| |
PR: 208581
Submitted by: jrm@ftfl.ca (maintainer)
Notes:
svn path=/head/; revision=412629
|
|
|
|
|
|
|
|
| |
PR: 208564
Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Notes:
svn path=/head/; revision=412609
|
|
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
|