From 979cb8bc3d154e30e7f0fbc016a1fdccc509941d Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Wed, 25 Apr 2018 15:24:24 -0400 Subject: [PATCH] resume/receive support in syncoid 1.4.18 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b66deac4..cc75bdf8 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ Which would pull-replicate the filesystem from the remote host to the local syst Syncoid supports recursive replication (replication of a dataset and all its child datasets) and uses mbuffer buffering, lzop compression, and pv progress bars if the utilities are available on the systems used. If ZFS supports resumeable send/receive streams on both the source and target those will be enabled as default. +As of 1.4.18, syncoid also automatically supports and enables resume of interrupted replication when both source and target support this feature. + ##### Syncoid Command Line Options + [source]