Haris Zukanović wrote:
> Ciao ppl,
> 
> Sometimes the sync command hangs without giving any signs of activity..
> Where in the code is the rsync command constructed - I wish to add some
> rsync options to see better what happens to debug this situation
> 
> 

Adding --progress will only show the file transfer progress. Before 
rsync starts transferring files, it runs through figuring out which 
files to transfer. To see this stage, you need to increase rsync's 
verbosity level... To do that you want to add multiple 'v's to the 
command. Often it would be rsync -avc --progress ... Make it
rsync -avvvc --progress ...

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