db export script
db export script
Hi all
I need to create an executable file to start opmanager db backup, then I'll have to set the batch to start it with the windows task scheduler, the command to be executed a backup is in this path C:\ManageEngine\OpManager\bin\backup\ " the executable file for export backup to another disk E: is " BackupDB.bat-mode e: \ backupdb "
I tried create a .bat file with:
@ echo off
start "C:\ManageEngine\OpManager\bin\backup" BackupDB.bat-mode to e: \ backupdb "
but it gives me error, does anyone have any advice?