From 1f17f57bec8739e951dcc76a6d0e4b3139b02b2e Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 20 Jan 2011 14:10:06 +0000 Subject: [PATCH] improve example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8710 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index 7658eee72..cb2dcd08d 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -144,9 +144,12 @@ for hierarchical clusters. It is optional for non-hierarchical cluster. For example, your rsynclist file may look like this: /tmp/file2 -> /tmp/file2 /tmp/file2.post -> /tmp/file2.post + /tmp/file3 -> /tmp/file3 + /tmp/file3.post -> /tmp/file3.post # the below are postscripts EXECUTE: /tmp/file2.post + /tmp/file3.post On Linux rsync always uses ssh remoteshell. On AIX, ssh or rsh is used depending on the site.useSSHonAIX attribute.