Monday, December 21, 2009

Use rsync to deploy your website

Use rsync to deploy your website:

"rsync -arvuz /home/user/brecksblog breck32@breckyunits.com:/var/www/html/ --exclude '.git' --exclude 'deploy' --exclude 'README' --exclude 'posts.php'"