diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 3626e3548..556be3491 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -11169,7 +11169,7 @@ sub sync_spot_files # for each file on the line # create rsync cmd # run from management node even if it's not the nim primary - my $synccmd = "rsync -Lpotz "; + my $synccmd = "rsync -Lprogtz "; my $syncopt = ""; foreach my $srcfile (@srcfiles) @@ -11182,7 +11182,7 @@ sub sync_spot_files $syncopt .= $imageupdatepath; $synccmd .= $syncopt; - # ex. xdsh $nimprime "rsync -Lpotz /etc/foo /install/nim/spot/.../inst_root/etc" + # ex. xdsh $nimprime "rsync -Lprogtz /etc/foo /install/nim/spot/.../inst_root/etc" if ($::VERBOSE) { my $rsp;