Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.9 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
0.8.9 28 Oct 2024 12:41:56 |
Robert Clausecker (fuz) Author: Denis Shaposhnikov |
sysutils/zrepl-dsh2dsh: update to 0.8.9
Changelogs:
- https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.6
- https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.7
- https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.8
- https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.9
A list of important fixes:
Use local sinks directly, instead of local grpc
Fix panic in initial replication
Fix capturing of stderr
Fix using of filesystems with shell patterns for exclusion
PR: 282246 |
0.8.5 21 Oct 2024 09:36:03 |
Robert Clausecker (fuz) Author: Denis Shaposhnikov |
sysutils/zrepl-dsh2dsh: update to 0.8.5
Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.5
New configuration for control and prometheus services. Example:
listen:
# control socket for zrepl client, like `zrepl signal` or `zrepl status`.
- unix: "/var/run/zrepl/control"
# unix_mode: 0o660 # write perm for group
control: true
# Export Prometheus metrics on http://127.0.0.1:8000/metrics
- addr: "127.0.0.1:8000"
# tls_cert: "/usr/local/etc/zrepl/cert.pem"
# tls_key: "/usr/local/etc/zrepl/key.pem"
metrics: true
One of `addr` or `unix` is required or both of them can be configured. One of
`control` or `metrics` is required or both of them can be configured too.
Everything else is optional. For backward compatibility old style configuration
works too.
PR: 282054 |
0.8.4 06 Oct 2024 11:49:18 |
Robert Clausecker (fuz) Author: Denis Shaposhnikov |
sysutils/zrepl-dsh2dsh: update to 0.8.4
Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.4
Add periodic daily script.
PR: 281797 |
0.8.3_1 06 Oct 2024 02:06:35 |
Adam Weinberger (adamw) |
various: Bump PORTREVISION after go123 update |
0.8.3 25 Sep 2024 06:28:04 |
Robert Clausecker (fuz) Author: Denis Shaposhnikov |
sysutils/zrepl-dsh2dsh: update to 0.8.3
Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.3
PR: 281591
Event: EuroBSDcon 2024 |
0.7.8 16 Sep 2024 20:14:23 |
Robert Clausecker (fuz) Author: Denis Shaposhnikov |
sysutils/zrepl-dsh2dsh: ZFS dataset replication tool (fork with more features)
Cross-platform ZFS replication tool written in Go that supports
feature detection, bookmarks, and other new features.
This is a fork with more features like
* support of shell patterns for datasets definitions
* new log formatters
* ability to log into a file
* ability to configure command piplines between `zfs send` and `zfs recv`
* Icinga/Nagios checks
* fast skip "keep all" pruning
* snapshots can be named using local time in timestamps
* configurable RPC timeout
* configurable path to zfs binary
* faster replication
and so on.
WWW: https://github.com/dsh2dsh/zrepl
PR: 251576 |
Number of commits found: 7
|