diff --git a/syncoid b/syncoid index 539c0f8..89f16ea 100755 --- a/syncoid +++ b/syncoid @@ -338,9 +338,7 @@ sub syncdataset { my $receiveextraargs = ""; my $receivetoken; - # we need to make sure this isn't a local-only replication before trying to use resume tokens. - # trying to receive using -s on a stream sent from another dataset on the same host produces ZFS errors. (Discovered on 2022-04-08 on an Ubuntu 20.04 system) - if ($resume && ($sourcehost ne $targethost)) { + if ($resume) { # save state of interrupted receive stream $receiveextraargs = "-s";