I've been trying to find the problem by seeing what rsync command
symfony is actually using

symfony production go, does the following:
rsync --progress  -azC --force .../home/topdown/symfony/jobrsync
rsync --progress  -azC --force --delete --exclude-from=config/
rsync_exclude.txt
-e "ssh -p22" ./ [EMAIL PROTECTED]:/home/topdown/symfony/
jobrsync

I do not know anything about rsync but when i change it to
rsync --progress  -azC --force [EMAIL PROTECTED]:/home/topdown/
symfony/jobrsync

it seems to do something


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to