|
@@ -962,7 +962,7 @@ jQuery(document).ready(function () {
|
|
|
$listCmd[] = " ssh {$sshArgs} {$this->sshArgsSkipHostKey} {$sshHostUsr} 'cp -p -r /Library/Server/Web/Data/Sites/Default/SE ~/se.encrypted.upgrade/SE' ";
|
|
$listCmd[] = " ssh {$sshArgs} {$this->sshArgsSkipHostKey} {$sshHostUsr} 'cp -p -r /Library/Server/Web/Data/Sites/Default/SE ~/se.encrypted.upgrade/SE' ";
|
|
|
$listCmd[] = " ssh {$sshArgs} {$this->sshArgsSkipHostKey} {$sshHostUsr} 'rm -rf ~/se.encrypted.upgrade/SE/config' ";
|
|
$listCmd[] = " ssh {$sshArgs} {$this->sshArgsSkipHostKey} {$sshHostUsr} 'rm -rf ~/se.encrypted.upgrade/SE/config' ";
|
|
|
$listCmd[] = "
|
|
$listCmd[] = "
|
|
|
-rsync --recursive --links -D --delete --compress --one-file-system --omit-dir-times --no-g --no-perms {$dryRunOnly} \
|
|
|
|
|
|
|
+rsync --recursive --links -D --times --delete --compress --one-file-system --omit-dir-times --no-g --no-perms {$dryRunOnly} \
|
|
|
--verbose {$rsyncSshPort} \
|
|
--verbose {$rsyncSshPort} \
|
|
|
--exclude='schema/default_db.instance.xml' \
|
|
--exclude='schema/default_db.instance.xml' \
|
|
|
--exclude='schema/default_db.instance.xml/**' \
|
|
--exclude='schema/default_db.instance.xml/**' \
|