Allow symbolic links and rsync over ssh in snap scripts -------------------------------------------------------
Key: SOLR-53 URL: http://issues.apache.org/jira/browse/SOLR-53 Project: Solr Issue Type: Improvement Components: update Reporter: Lee Marlow Our index directories are symbolic links to a shared location because we use capistrano to deploy our Ruby on Rails application. This caused problems with snappuller and snapinstaller, so I added the -L option to the find command to make it work. I also modified snappuller to rsync over ssh, which means there is no need to run the rsync daemon - one less service to run. I will attach the patch. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira