2008-03-14 20:54:31 +00:00
=head1 Name
prsync - parallel rsync
=head1 B<Synopsis>
B<prsync> I<filename> [I<filename> I<...>] I<noderange:destinationdirectory>
2012-06-08 11:55:39 +00:00
B<prsync> [I<-o rsync options>] [B<-f> I<fanout>] [I<filename> I<filename> I<...>] [I<directory> I<directory> I<...>]
2008-03-14 20:54:31 +00:00
I<noderange:destinationdirectory>
B<prsync> {B<-h>|B<--help>|B<-v>|B<--version>}
=head1 B<Description>
B<prsync> is a front-end to rsync for a single or range of nodes and/or
groups in parallel.
2013-06-27 16:51:24 +00:00
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
2008-03-14 20:54:31 +00:00
B<prsync> is NOT multicast, but is parallel unicasts.
=head1 B<Options>
=over 7
=item B<rsyncopts>
2008-03-17 13:34:40 +00:00
rsync options. See B<rsync(1)>.
2008-03-14 20:54:31 +00:00
2012-06-08 11:55:39 +00:00
=item B<-f> I<fanout>
Specifies a fanout value for the maximum number of concur-
rently executing remote shell processes.
2008-03-14 20:54:31 +00:00
=item B<filename>
A space delimited list of files to rsync.
=item B<directory>
A space delimited list of directories to rsync.
=item B<noderange:destination>
2008-03-17 13:34:40 +00:00
A L<noderange(3)|noderange.3> and destination directory. The : is required.
2008-03-14 20:54:31 +00:00
=item B<-h>|B<--help>
Print help.
=item B<-v>|B<--version>
Print version.
=back
2012-06-08 11:55:39 +00:00
=over 4
=item B<XCATPSHFANOUT>
Specifies the fanout value. This variable is overridden by
the B<-f> flag. Default is 64.
=back
2008-03-14 20:54:31 +00:00
=head1 B<Examples>
=over 3
=item *
2011-03-09 14:04:04 +00:00
B<cd> I</install;> B<prsync> B<-o "crz"> I<post> I<stage:/install>
2008-03-14 20:54:31 +00:00
=item *
B<prsync> I<passwd> I<group> I<rack01:/etc>
=back
=head1 B<See> B<Also>
2008-03-17 13:34:40 +00:00
L<noderange(3)|noderange.3>, L<pscp(1)|pscp.1>, L<pping(1)|pping.1>, L<psh(1)|psh.1>