2020-04-02 14:17:44 +00:00
|
|
|
nodersync(8) -- Run rsync in parallel against a noderange
|
|
|
|
=========================================================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
`nodersync <file/directorylist> <noderange>:<destination>`
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2021-06-16 14:23:03 +00:00
|
|
|
* `-f COUNT`, `-c COUNT`, `--count=COUNT`:
|
2020-04-02 14:17:44 +00:00
|
|
|
Specify how many rsync executions to do concurrently. If noderange
|
|
|
|
exceeds the count, then excess nodes will wait until one of the
|
2021-03-08 08:14:17 +00:00
|
|
|
active count completes.
|
|
|
|
|
2021-03-22 10:26:51 +00:00
|
|
|
* `-m MAXNODES`, `--maxnodes=MAXNODES`:
|
2021-03-08 08:14:17 +00:00
|
|
|
Specify a maximum number of nodes to run rsync to, prompting if over the
|
|
|
|
threshold
|
|
|
|
|
2021-03-22 10:26:51 +00:00
|
|
|
* `-h`, `--help`:
|
|
|
|
Show help message and exit
|