we're having the following scenario: OMERO 5.0.5 is running on a dedicated machine with the space for the binary repository being provided by a central storage machine via NFS. To use OMERO.dropbox, our server has an additional ~1TB of local storage attached, which is configured as the "watchDir" and being exposed to the users via Samba / CIFS.
From the thread auto-importer I'm reading that we could configure OMERO to remove files from the watchDir once the import has succeeded using
- Code: Select all
--transfer=upload_rm
Is this correct? From how I understand, we can't use the "ln_rm" option as our watchDir and the ManagedRepository reside on independent file systems each, right?
Thanks
~Niko