From 3482e6ca92eadac48e2439f24700f289358e6d21 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 13 Dec 2011 19:34:09 +0000 Subject: [PATCH] switch prsync to rsync git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11237 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/snmove.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/snmove.pm b/xCAT-server/lib/xcat/plugins/snmove.pm index f48118786..b397b2c51 100644 --- a/xCAT-server/lib/xcat/plugins/snmove.pm +++ b/xCAT-server/lib/xcat/plugins/snmove.pm @@ -692,7 +692,7 @@ sub process_request # do rsync of file/dir my $synccmd = - qq~$::XCATROOT/bin/prsync -o "rlHpEAogDz" $dodir $newsn{$n}:$todir 2>/dev/null~; + qq~/usr/bin/rsync -arlHpEAogDz $dodir $newsn{$n}:$todir 2>/dev/null~; if ($::VERBOSE) { my $rsp;