=head1 Name prsync - parallel rsync =head1 B B I [I I<...>] I B [B<-o> I] [B<-f> I] [I I I<...>] [I I I<...>] I B {B<-h>|B<--help>|B<-v>|B<--version>} =head1 B B 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 B to run rsync from the management node to the compute node via a service node B is NOT multicast, but is parallel unicasts. =head1 B =over 7 =item B<-o> I rsync options. See B. =item B<-f> I Specifies a fanout value for the maximum number of concurrently executing remote shell processes. =item I A space delimited list of files to rsync. =item I A space delimited list of directories to rsync. =item I A L and destination directory. The : is required. =item B<-h>|B<--help> Print help. =item B<-v>|B<--version> Print version. =back =over 4 =item B Specifies the fanout value. This variable is overridden by the B<-f> flag. Default is 64. =back =head1 B =over 3 =item 1. cd /install; prsync -o "crz" post stage:/install =item 2. prsync passwd group rack01:/etc =back =head1 B B L, L, L, L