From 681aa615c1f72a5a71f65fc88836c3ceb8b265a0 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Fri, 29 Mar 2019 11:45:38 -0400 Subject: [PATCH] clarify bandwidth limit units --- syncoid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncoid b/syncoid index e4c81db..156c694 100755 --- a/syncoid +++ b/syncoid @@ -1501,8 +1501,8 @@ Options: --identifier=EXTRA Extra identifier which is included in the snapshot name. Can be used for replicating to multiple targets. --recursive|r Also transfers child datasets --skip-parent Skips syncing of the parent dataset. Does nothing without '--recursive' option. - --source-bwlimit= Bandwidth limit in bytes per second on the source transfer - --target-bwlimit= Bandwidth limit in bytes per second on the target transfer + --source-bwlimit= Bandwidth limit in bytes/kbytes/etc per second on the source transfer + --target-bwlimit= Bandwidth limit in bytes/kbytes/etc per second on the target transfer --mbuffer-size=VALUE Specify the mbuffer size (default: 16M), please refer to mbuffer(1) manual page. --no-stream Replicates using newest snapshot instead of intermediates --no-sync-snap Does not create new snapshot, only transfers existing