I had a problem with backing up just MS Exchange data on a MS 2008 Server. As discussed by others around the net, a fall-back solution is to copy the last version of NTBackup onto the server and use it. Unfortunately a common problem seems to be that after you Schedule the first backup task you can no longer edit the task schedule or job parameters like the destination.
Here is a solution:
The .job file that is created for the backup resides in the windowstasks directory and visible through the windows task scheduler
- Open Administrative Tools, Tasks
- Select Task Scheduler Library
- Highlight the backup job task.
- Under the Actions column select Export, this will create an XML version of the task.
- Edit the XML file, you can change the schedule and the backup parameters like backup file name and destination. Note that tags are case sensitive.
- Save your changes
- Delete the original task.
- Under the Actions column select Import and then select your edited XML file.
This also proved a quick way to setup a multi-day backup schedule. I just copied the first file which was for Monday night to six additional files. I renamed the files for the days of the week and modified the backup filename and scheduled day.