zrepl icon indicating copy to clipboard operation
zrepl copied to clipboard

One-stop ZFS backup & replication solution

Results 237 zrepl issues
Sort by recently updated
recently updated
newest added

As requested on IRC, here's my use case: I have a laptop with an internal disk and zpool. This zpool is zrepl configured as a push job, pushing to my...

feature
awaiting_feedback

Using the current timestamp format incurs a cost for everybody, since it isn't a standard and trivially readable format. Might I propose changing the format to something more standard? For...

I've got zrepl configured this way: ``` global: logging: - type: syslog format: human level: warn jobs: - name: daily type: snap filesystems: "bpool/boot

awaiting_feedback

From the changelog ``` * |bugfix| Fix resuming from interrupted replications that use ``send.raw`` on unencrypted datasets. * The send options introduced in zrepl 0.4 allow users to specify additional...

This adds [`filesystems` filters](https://zrepl.github.io/configuration/filter_syntax.html) support to pruning policies. It adds an optional field `filesystems` to all pruning policies (default `{ "

fixes https://github.com/zrepl/zrepl/issues/554 refs https://github.com/zrepl/zrepl/discussions/547#discussioncomment-1936126

Hi, as requested an issue for my problem as reported in the matrix chat - caveat: I'm not sure if zrepl is responsible for the problems but after changing the...

hello, i've some pruning issues on the replication destination.. the source looks good so far: ``` /sbin/zfs list -t snapshot |grep "wolke7" nc_storage/clouddata@wolke7_20220617_091500_000 1.21G - 17.1T - nc_storage/clouddata@wolke7_20220618_091500_000 2.46G -...

awaiting_feedback

I have a remote machine configured as a 'sink' to an encrypted dataset. I'd like this dataset to unmounted and locked when the data is at rest. At the moment,...

feature
good first issue
help_wanted