Forum Discussion

spansos's avatar
spansos
Level 2
16 years ago
Solved

Backup question

 Hello All,
I need to backup a contact database that is always left running. The problem is I can not backup open files. Does anyone know of a way to close the program and restart the program once the backup is complete? I do not have the module to backup open files from backup exec

Spansos
  • Hello spansos, 
    You can create 2 batch files, one to stop the services, and one to start them again.
    Then put these on the server and point the pre/post commands in backup exec to use these before and and the backup completes.
    by the way, this will only work if the contacts database uses services to start and stop it.
     
    Thanks
     
    Brian

2 Replies

  • > Does anyone know of a way to close the program and restart the program once the backup is complete?

    You can use the pre- and post- commands in the BE job to do so.  These are command line commands.

    If your contact database is based on a command DBM, like SQL Server, you can buy the appropriate BE agent and you can back it up on the fly.

    ---------------------------

    If this answers your question, please mark it as the solution.
  • Hello spansos, 
    You can create 2 batch files, one to stop the services, and one to start them again.
    Then put these on the server and point the pre/post commands in backup exec to use these before and and the backup completes.
    by the way, this will only work if the contacts database uses services to start and stop it.
     
    Thanks
     
    Brian