By default, Confluence runs its daily backup at 2.00 AM. You can configure Confluence to perform the backup at a time that is best suited to you or your organisational needs.
|
The time zone is taken from the server on which Confluence is running. To check the time according to the server, go to the 'Administration Console', click 'System Information' in the left-hand panel and look at the 'System Time'. |
Confluence uses Quartz for scheduling periodic jobs. To change the time of your daily backup, you will need to edit the Quartz configuration.
To change the time of your daily backup
|
For example, to set the new time to twenty past ten PM, change the string to
'0 20 22 * * ?'.
If you wanted to back up only once a week, for example, at midnight on Sundays, you would change the string to '0 0 0 ? * SUN'.
For complete details on the formatting of the cron string, please see http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html.