Can anyone help with writing a batch file to run as a pre command in my Back Up software (IBAC 5). I need to set it up so that we get a system state backup on each of our servers and am not sure where to start with it.
Marion
Can anyone help with writing a batch file to run as a pre command in my Back Up software (IBAC 5). I need to set it up so that we get a system state backup on each of our servers and am not sure where to start with it.
Marion
If your servers are 2008 or newer you can call wbadmin from your batch file.
Wbadmin
This is what I run directly from the task scheduler
Code:wbadmin.exe start backup -backuptarget:\\backupserverip\Backups -allCritical -quiet
Thank you this is just what I needed.
There are currently 1 users browsing this thread. (0 members and 1 guests)