One of my clients has a mail server that has never been backed up. So I have the unenviable task of starting to back it up.
They use FirstClass for their mail client, and the network store is mirrored, but I have the commands for that – but as a result I have to run the backup via batch file, first pausing the mirroring, running the backup, and then resuming the mirroring.
One of my questions (more later, no doubt) is how the batch file will interpret the commands. The batch file will in essence look like this:
fcutil pause
(command to execute backup)
fcutil continue
Will the batch file simply trigger the backup and then immediately move on to the next command and turn the mirroring back on? Because if it does then I can expect bad things to happen.
I also have to configure the backup job using command line instead of the gui, and that’ll be a whole nother can of worms, I am sure. But I haven’t tried it yet, so hopefully I’m overestimating its difficulty.
So for now I am just concerned if the batch file will wait until the backup is complete or not, and if not, is there a way to GET it to wait?
Thanks!