From 287d6569afc73e9a0d3204182285cd57f36847f5 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 5 May 2009 17:57:14 +0000 Subject: [PATCH] fix rsync example, only support rsync with ssh git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index b072a5c2a..636d2eb04 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -319,12 +319,12 @@ B I =item * To copy /localnode/smallfile and /tmp/bigfile to /tmp on node1 -using rsync, enter: +using rsync (ssh), enter: -I -This command uses rsync with the RSYNC_RSH environment variable +This command uses rsync with the ssh remote command and the -z flag on rsync.