On 30 Jul 2007, at 17:34, Thierry wrote:
> 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

Without more details about the setup on your server and client it's  
impossible to debug this...
My final two observations...

Maybe you have some error in rsync_exclude.txt (doubtful, I guess, as  
it's just a listing of file patterns) or your ssh server is not on  
port 22 (doubtful too, I'm sure...)?

You are running symfony version 1.0.5, right?


Alexander

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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