Hi there,
What’s the problem?
I have to backup old db-software on Windows over internet without built-in support for VSS.
- I’m using the prefilebackupscript to stop the corresponding windows service and get a consistent state.
- After the backup im using postfilebackupscript to restart the windows service.
Unfortunately UrBackup executes postfilebackupscript only if a file backup successfully finished.
Sometimes the client can’t successfully finish backup (lost internet connection, user decides to restart computer) and the postfilebackupscript won’t get started. Users can’t use the software and I have to manually restart the windows service.
What’s my suggestion?
Integrate a version of postfilebackupscript that is started when backup fails.
I’d love to hear your suggestions and feedback.