On Tue, 24 Feb 2009, Timothy Bowler wrote: > rsync -rlvhzCc --delete --progress --force --exclude "/test/" --exclude > "/doc/" --exclude "/cache/" --exclude ".*" --exclude "/log/*" --exclude > "/web/uploads/" --exclude "/config/*" -e "ssh > -i /home/user/.ssh/id_rsa" . > [email protected]:/var/www/vhosts/website/htdocs
I have a script that does this. > Check out locally then syn or checkout onto server and sync with another > directory - And yes I know symfony has a sync task ;) Our deployment is a bit more complicated, a cluster of web servers, a separate cluster for images, css and scripts, and another server for the backend app. So, yeah, I dont use the sync task either :-) -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
