prsync - parallel rsync
prsync filename [filename ...] noderange:destinationdirectory
prsync [-o rsync options] [-f fanout] [filename filename ...] [directory directory ...] noderange:destinationdirectory
prsync {-h|--help|-v|--version}
prsync is a front-end to rsync for a single or range of nodes and/or groups in parallel.
Note: this command does not support the xcatd client/server communication and therefore must be run on the management node. It does not support hierarchy, use xdcp -F to run rsync from the management node to the compute node via a service node
prsync is NOT multicast, but is parallel unicasts.
rsync options. See rsync(1).
Specifies a fanout value for the maximum number of concur- rently executing remote shell processes.
A space delimited list of files to rsync.
A space delimited list of directories to rsync.
A noderange(3) and destination directory. The : is required.
Print help.
Print version.
Specifies the fanout value. This variable is overridden by the -f flag. Default is 64.
cd /install; prsync -o "crz" post stage:/install
prsync passwd group rack01:/etc