I'm not an rsync expert, but I beleive that /solr/ is a virtual directory defined in the rsyncd config. It is mapped to the real directory.
wunder On 11/14/07 8:43 AM, "Jae Joo" <[EMAIL PROTECTED]> wrote: > In the snappuller, the "solr" is hardcoded. Should it be > "${master_data_dir}? > > # rsync over files that have changed > rsync -Wa${verbose}${compress} --delete ${sizeonly} \ > ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ > ${data_dir}/${name}-wip > > Thanks, > > Jae