fix defect 3396951 Hitachi group not preserved on rsync

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10383 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2011-08-29 13:50:39 +00:00
parent ff0a87d351
commit cf08fd0f66
+2 -2
View File
@@ -116,9 +116,9 @@ sub remote_copy_command
# if only syncing the service node or no postscripts then do not
# get update file notification
if (($::SYNCSN == 1) || (!(defined @::postscripts))) {
$sync_opt .= '-Lprotz ';
$sync_opt .= '-Lprogtz ';
} else {
$sync_opt .= '-Liprotz --out-format=%f%L '; # add notify of update
$sync_opt .= '-Liprogtz --out-format=%f%L '; # add notify of update
}
$sync_opt .= $$config{'options'};
if ($::SYNCSN == 1)