better exampel

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

View File

@ -319,9 +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) and input -z flag to rsync, enter:
using rsync (ssh) and input -t flag to rsync, enter:
I<xdcp node1 -r /usr/bin/rsync -o "-z" /localnode/smallfile /tmp/bigfile /tmp>
I<xdcp node1 -r /usr/bin/rsync -o "-t" /localnode/smallfile /tmp/bigfile /tmp>
=item *