admin.forestHourlyBackup( backup-dir as String, backup-period as Number, start-minute as xs.nonNegativeInteger ) as element(as.forestBackup)
This function constructs a hourly scheduled forest backup specification.
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() admin.forestHourlyBackup("/backupDir", 2, 30) //returns the hourly forest backup specification. For example, if the //current time is 2.15pm, the backup will run at 4.30pm, 6.30pm, 8.30pm, //and so on.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.