xcat-core/xCAT-client-2.0/pods/man1/pscp.1.pod
2008-03-17 13:34:40 +00:00

68 lines
1.4 KiB
Plaintext

=head1 Name
B<pscp> - parallel remote copy
=head1 B<Synopsis>
B<pscp> I<filename> [I<filename> I<...>] I<noderange:destinationdirectory>
B<pscp> [B<-r>] [I<filename> I<filename> I<...>] [I<directory> I<directory> I<...>]
I<noderange:destinationdirectory>
B<pscp> {B<-h>|B<--help>|B<-v>|B<--version>}
=head1 B<Description>
B<pscp> is a utility used to copy a single or multiple set of files and/or
directories to a single or range of nodes and/or groups in parallel.
B<pscp> is a front-end to the remote copy B<scp>.
Note: this command does not support the xcatd client/server communication and therefore must be run on the management node.
B<pscp> is NOT multicast, but is parallel unicasts.
=head1 B<Options>
=over 7
=item B<-r>
Recursive copy through directories.
=item B<filename>
A space delimited list of files to copy.
=item B<directory>
A space delimited list of directories to copy.
=item B<noderange:destination>
A L<noderange(3)|noderange.3> and destination directory. The : is required.
=item B<-h>|B<--help>
Print help.
=item B<-v>|B<--version>
Print version.
=back
=head1 B<Examples>
B<pscp> B<-r> I</usr/local> I<node1,node3:/usr/local>
B<pscp> I<passwd> I<group> I<rack01:/etc>
=head1 B<Author>
Egan Ford <egan@us.ibm.com>
=head1 B<See> B<Also>
L<noderange(3)|noderange.3>, L<pping(1)|pping.1>, L<prsync(1)|prsync.1>, L<psh(1)|psh.1>