> Is there an inbuilt way to find the last entries changed in an elog? > > I could add a "Last Mod" attribute and then config "Subst on edit Last Mod = > $date", but it occurred to me that this functionality might already be in > this wonderful tool somewhere, but I just haven't found it yet. > > So, is it? No it isn't. Not everybody wants it. So you have to do it in the way you outlined it. Also have a look at http://midas.psi.ch/elog/faq.html#11 - Stefan
Is there an inbuilt way to find the last entries changed in an elog? I could add a "Last Mod" attribute and then config "Subst on edit Last Mod = $date", but it occurred to me that this functionality might already be in this wonderful tool somewhere, but I just haven't found it yet. So, is it? Best regards, Ralph.
> > Is there any way to automatically export the logbook(s)? > > Kind of. You can use "wget" under Linux (use cygwin under Windows to get wget > under Windows). Then issue a > > wget "http://midas.psi.ch/elogs/forum/?cmd=Search&mode=xml" > > and you will get an XML export. Same works with CSV export. If you put that > command in cron, you have this on an automatic basis. Thanks Stefan! That was exactly what I was looking for!
> Is there any way to automatically export the logbook(s)? Kind of. You can use "wget" under Linux (use cygwin under Windows to get wget under Windows). Then issue a wget "http://midas.psi.ch/elogs/forum/?cmd=Search&mode=xml" and you will get an XML export. Same works with CSV export. If you put that command in cron, you have this on an automatic basis.
Is there any way to automatically export the logbook(s)?
> > I was just wondering if it is possible to define what logbooks you want > > mirrored in the [Global] part of the elogd.conf file. > > I added a new option > > Mirror exclude = 1 > > which has to be put into the individual logbook section (not the [global] one). > The modification will be contained in the next release. Thank you very much Stefan.
> I was just wondering if it is possible to define what logbooks you want > mirrored in the [Global] part of the elogd.conf file. I added a new option Mirror exclude = 1 which has to be put into the individual logbook section (not the [global] one). The modification will be contained in the next release.
Hi I was just wondering if it is possible to define what logbooks you want mirrored in the [Global] part of the elogd.conf file. I want to mirror the logbooks that I use for work from my laptop to the work server but I have set up other logbooks that I will use for uni and other non work projects. I have set the mirroring up in [Global] using the cron based settings but I am guessing that is going to try and mirror all the logbooks. ;The mirror settings Mirror server = tanami:8080 ;Mirror the contents of the elogd.conf file for individual logbooks but not global settings Mirror config = 1 ;Mirror every hour between 07:00 and 20:00 during the week day Mirror cron = 0 7-20 * * 1-5 Mirror user = john I gather my personal logbooks won't sync across as I get an "error accessing remote logbook" so that is fine but was just wondering if you can set it so that you can define in global what logbooks you want to sync. thank you John