Posts Tagged ‘SBS’

Change SBS Backup Selections

Thursday, October 2nd, 2008

Run the SBSBackup wiz and make your selections as close as possible to what you want (or not, doesn’t really matter what is selected at this point) then fire up NTBackup. Programs, accesories, backup. Cancel the NTBackup wiz (if
it starts in wiz mode, default), go to the backup page and from the ‘job’ menu ‘load selections’. The SBSBackup wiz creates a selection file, Small Business Backup Script.bks in C:\Program files\Microsoft Windows Small Business Server\backup, it is this file you wish to load. Adjust the
selections in NTBackup and save the file.

Modifying SBS 2003 SP1’s bkprunner.exe for Improved Backup Performance

Friday, August 15th, 2008

Originally from here

Open Explorer and go to “C:\Program Files\Microsoft Windows Small Business Server\Backup”
Make a copy of bkprunner.exe

Download and extract XVI32.
Run XVI32.exe
Open bkprunner.exe in XVI32

The address range $10F0-$11B7 is used for backups to .bkf files
The address range $11B8-$1277 is used for backups to tape

To turn off verify when backing up to a .bkf
Go to address $113A
In the hex pane (the middle one), type in the following hex values:
6E 00 6F 00 20
This enters in the text “no ” in Unicode format.