wp-appのアップデート
rsyncコマンドによるwp-appのアップデート処理テスト
<?php

exec("/usr/bin/rsync -au --exclude=wordpress_app.conf /var/www/html/jazzdefault/wp-app/* /var/www/html/jazztest/wp-app",$result);

exec("chmod -R 777 /var/www/html/jazztest");

?>

????