Name

prsync - parallel rsync


Synopsis

prsync filename [filename ...] noderange:destinationdirectory

prsync [rsync-opts] [filename filename ...] [directory directory ...] noderange:destinationdirectory

prsync {-h|--help|-v|--version}


Description

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.


Options

rsyncopts

rsync options. See rsync(1).

filename

A space delimited list of files to rsync.

directory

A space delimited list of directories to rsync.

noderange:destination

A noderange(3) and destination directory. The : is required.

-h|--help

Print help.

-v|--version

Print version.


Examples


Author

Egan Ford <egan@us.ibm.com>


See Also

noderange(3), pscp(1), pping(1), psh(1)