fix xdcp manpage rsync example

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3324 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-05-08 17:38:10 +00:00
parent dba0d7f009
commit 467d16f2ca

View File

@ -319,13 +319,9 @@ B<xdcp> I<NodeGroup1 -f 12 -RP /var/log/testlogdir /var/log>
=item *
To copy /localnode/smallfile and /tmp/bigfile to /tmp on node1
using rsync (ssh), enter:
using rsync (ssh) and input -z flag to rsync, enter:
I<xdcp -r /usr/bin/rsync -o "-z" \
node1 /localnode/smallfile /tmp/bigfile /tmp>
This command uses rsync with the ssh remote command
and the -z flag on rsync.
I<xdcp node1 -r /usr/bin/rsync -o "-z" /localnode/smallfile /tmp/bigfile /tmp>
=item *