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

Service running as root Checked file permissions Scripts run as expected when running them manually Running a script such as: ```bash #!/bin/bash pwd whoami touch /tmp/test ``` Prints: ``` /...

awaiting_feedback
platform

With more complex snapshot and pruning strategies, it can get a little complicated to ensure that you have the right configuration. It would be really nice to have an option...

feature

Almost all of my push jobs encounter "dataset is busy" errors when pruning at the receiver end. Usually these prunes succeed on the subsequent run, but I was wondering if...

awaiting_feedback
usability

I am trying to mirror some datasets from two identical servers. Both servers are 100% similar, running FreeBSD 13.2 Server A has a dataset zfs/liveindexes and it's configured in source...

feature
analysis

## Idea Features like #634 need a way to group filesystems. While we can introduce more and more places in the config to add filesystem[filter]s, I think there might be...

I've upgraded to zrepl 0.6.0 and disabled replication protections like so: ``` replication: concurrency: size_estimates: 4 steps: 4 protection: incremental: guarantee_nothing initial: guarantee_incremental ``` However, now pruning datasets that even...

bug

Hi, Is it possible to get resume-able uploads of a single, encrypted dataset without decrypting it? I am trying to set up a new replication where I need to transfer...

awaiting_feedback

This would be useful if you shut an old system down and power it up after 6 month to check something you forgot to migrate to your new system. You...

feature
analysis

You might want to keep two kind of snapshots with different expiration rules. E.g.: - `backup_` snapshots where you keep the `last_n` - `zrepl_` snapshots which you expire with a...

feature
good first issue

I recently upgraded a CentOS 8 box to Rocky 8.7. Along with it OpenZFS updated to zfs-2.1.9-2. That server is my sink for a zrepl push and for whatever reason,...

awaiting_feedback
platform