From 374aa49016fbf918926bb19820d8b1a5c878efca Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 2 Apr 2020 10:17:44 -0400 Subject: [PATCH] Add man page for nodersync --- confluent_client/doc/man/nodersync.ronn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 confluent_client/doc/man/nodersync.ronn diff --git a/confluent_client/doc/man/nodersync.ronn b/confluent_client/doc/man/nodersync.ronn new file mode 100644 index 00000000..79cc1b76 --- /dev/null +++ b/confluent_client/doc/man/nodersync.ronn @@ -0,0 +1,21 @@ +nodersync(8) -- Run rsync in parallel against a noderange +========================================================================= + +## SYNOPSIS + +`nodersync :` + +## DESCRIPTION + +Supervises execution of rsync to push files or a directory tree to the specified +noderange. This will present progress as percentage for all nodes. + +## OPTIONS + +* `-m`: + Specify maximum number of nodes for noderange max. + +* `-c`: + Specify how many rsync executions to do concurrently. If noderange + exceeds the count, then excess nodes will wait until one of the + active count completes.