Make Dropbox watch a user's subfolder
Posted: Mon Mar 03, 2014 2:32 pm
Hi,
I tried to turn on Dropbox with our setup where every user gets a SAMBA 3 PDC enabled account on every Microscope Windows PC and my aim was to watch a certain subdirectory on the user's shared home folder.
In order to watch a user specific directory, I setup the relevant parts of etc/grid/template.xml as following:
This seems to watch /srv/home/foobar when user foobar is logged on. I would, however, prefer to watch only a single directory (and all subfolders) inside the user's home directory, e.g. /srv/home/foobar/Dropbox
This way, the users still have most of their home dir for normal use. Is there any way to achieve this? The OMERO documentation is kept relatively sparse about this topic.
Best,
Tristan
I tried to turn on Dropbox with our setup where every user gets a SAMBA 3 PDC enabled account on every Microscope Windows PC and my aim was to watch a certain subdirectory on the user's shared home folder.
In order to watch a user specific directory, I setup the relevant parts of etc/grid/template.xml as following:
- Code: Select all
<property name="omero.fs.importUsers" value="default"/>
<property name="omero.fs.watchDir" value="/srv/home"/>
This seems to watch /srv/home/foobar when user foobar is logged on. I would, however, prefer to watch only a single directory (and all subfolders) inside the user's home directory, e.g. /srv/home/foobar/Dropbox
This way, the users still have most of their home dir for normal use. Is there any way to achieve this? The OMERO documentation is kept relatively sparse about this topic.
Best,
Tristan