Re: zfs replication tool

From: David Christensen <dpchrist_at_holgerdanske.com>
Date: Fri, 23 Sep 2022 08:57:54 UTC
On 9/23/22 01:03, Julien Cigar wrote:

> I'm still getting replication errors with zrepl on my test installation,
> see https://github.com/zrepl/zrepl/issues/631 for details. The initial
> transfer works, but after that I'm getting weird "cannot receive
> incremental stream: destination ..." messages, despite all snapshots
> have been well preserved on both side


Does zrepl script the zfs(8) command or does zrepl make ZFS API calls?


Does zrepl have xtrace, verbose, debug, etc., options?


I wrote homebrew scripts to automate ZFS replication and I saw that 
error message many times in the past.  The solution was to add the '-F' 
option to the 'zfs receive' commands.  Is there a way to do this with zrepl?


David