zrepl
zrepl copied to clipboard
One-stop ZFS backup & replication solution
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: ``` /...
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...
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...
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...
## 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...
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...
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...
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...
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,...