From 3ffa57c72fec37e1b3bd8ed43489bd5b19174779 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 1 Jan 2023 14:30:09 -0500 Subject: [PATCH] spelling: resumable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CHANGELIST | 4 ++-- README.md | 4 ++-- packages/debian/changelog | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELIST b/CHANGELIST index 8c3d76e..6ddc565 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,7 +1,7 @@ 2.1.0 [overall] documentation updates, small fixes (@HavardLine, @croadfeldt, @jimsalterjrs, @jim-perkins, @kr4z33, @phreaker0) [syncoid] do not require user to be specified for syncoid (@aerusso) [syncoid] implemented option for keeping sync snaps (@phreaker0) - [syncoid] use sudo if necessary for checking pool capabilities regarding resumeable send (@phreaker0) + [syncoid] use sudo if necessary for checking pool capabilities regarding resumable send (@phreaker0) [syncoid] catch another case were the resume state isn't available anymore (@phreaker0) [syncoid] check for an invalid argument combination (@phreaker0) [syncoid] fix iszfsbusy check for similar dataset names (@phreaker0) @@ -84,7 +84,7 @@ [sanoid] implemented monitor-capacity flag for checking zpool capacity limits (@phreaker0) [syncoid] Added support for ZStandard compression.(@danielewood) [syncoid] implemented support for excluding datasets from replication with regular expressions (@phreaker0) - [syncoid] correctly parse zfs column output, fixes resumeable send with datasets containing spaces (@phreaker0) + [syncoid] correctly parse zfs column output, fixes resumable send with datasets containing spaces (@phreaker0) [syncoid] added option for using extra identification in the snapshot name for replication to multiple targets (@phreaker0) [syncoid] added option for skipping the parent dataset in recursive replication (@phreaker0) [syncoid] typos (@UnlawfulMonad, @jsavikko, @phreaker0) diff --git a/README.md b/README.md index 1674ed9..4e890ff 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ syncoid root@remotehost:data/images/vm backup/images/vm Which would pull-replicate the filesystem from the remote host to the local system over an SSH tunnel. 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. +If ZFS supports resumable 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. @@ -334,7 +334,7 @@ As of 1.4.18, syncoid also automatically supports and enables resume of interrup + --no-resume - This argument tells syncoid to not use resumeable zfs send/receive streams. + This argument tells syncoid to not use resumable zfs send/receive streams. + --force-delete diff --git a/packages/debian/changelog b/packages/debian/changelog index 3796a37..4cab69b 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -3,7 +3,7 @@ sanoid (2.1.0) unstable; urgency=medium [overall] documentation updates, small fixes (@HavardLine, @croadfeldt, @jimsalterjrs, @jim-perkins, @kr4z33, @phreaker0) [syncoid] do not require user to be specified for syncoid (@aerusso) [syncoid] implemented option for keeping sync snaps (@phreaker0) - [syncoid] use sudo if necessary for checking pool capabilities regarding resumeable send (@phreaker0) + [syncoid] use sudo if necessary for checking pool capabilities regarding resumable send (@phreaker0) [syncoid] catch another case were the resume state isn't available anymore (@phreaker0) [syncoid] check for an invalid argument combination (@phreaker0) [syncoid] fix iszfsbusy check for similar dataset names (@phreaker0) @@ -102,7 +102,7 @@ sanoid (2.0.0) unstable; urgency=medium [sanoid] implemented monitor-capacity flag for checking zpool capacity limits (@phreaker0) [syncoid] Added support for ZStandard compression.(@danielewood) [syncoid] implemented support for excluding datasets from replication with regular expressions (@phreaker0) - [syncoid] correctly parse zfs column output, fixes resumeable send with datasets containing spaces (@phreaker0) + [syncoid] correctly parse zfs column output, fixes resumable send with datasets containing spaces (@phreaker0) [syncoid] added option for using extra identification in the snapshot name for replication to multiple targets (@phreaker0) [syncoid] added option for skipping the parent dataset in recursive replication (@phreaker0) [syncoid] typos (@UnlawfulMonad, @jsavikko, @phreaker0)