prsync - parallel rsync
prsync filename [filename ...] noderange:destinationdirectory
prsync [rsync-opts] [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.
prsync is NOT multicast, but is parallel unicasts.
rsync options. See rsync(1).
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.
cd /install; prsync -cravz post stage:/install
prsync passwd group rack01:/etc
Egan Ford <egan@us.ibm.com>