I would like to use disk imaging software (e.g. Acronis True Image) to backup my entire Domino Server.
Is there any native command line to suspend the Domino Server activities/transactions while the imaging software takes the snapshot of the harddisk?
I do not want to use “net stop xxx” or “nserver -q” since these commands often fail to shutdown completely and I need 24x7 operation.
I am looking for something like “NSFBackupStart” (in Lotus C API) but in command line form so that I can include the script in the “Before Command” of the backup software.
Thanks.