I also have run into this, but there is a property you can set in the properties.ini config file that will let you set the params for rysnc manually. See Below:
[development] host=hostname port=portname user=username dir=directoryname parameters="-azC --copy-links --exclude-from=config/ rsync_exclude.txt --force --delete" One thing to keep in mind though is that the default parameters set by the script will be ignored when you use this property, that is why I'm defining everything above. -Chris On Nov 2, 5:28 am, Bernhard Schussek <[EMAIL PROTECTED]> wrote: > > I run into the same problem and I think this is a good solution. > > I use --copy-links - what does "unsafe" mean? Does it mean that only > > links are transformed that can not be resolved on the target system? > > The "unsafe" means that only symlinks pointing outside of the > synchronized directory are copied as directories/files. Symlinks within > the synchronized directory remain symlinks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
