This section describes how to set the time that the scheduled backup of the Lucene indexes occurs.
This bean contains the following properties:
<!-- trigger at 3am each day -->
<property name="cronExpression">
<value>0 0 3 * * ?</value>
</property>
After each backup scheduled in the indexBackupTrigger bean, perform your normal backup of this directory.
Copyright ©2012 Alfresco Software Inc. | All rights reserved