What is the best method to backup Exchange 2003, when restricted to NTbackup? I have a single DDS-4 tape unit attached to my SBS 2003 server.
Option A)
net stop MSExchangeMTA /y
net stop MSExchangeIS /y
net stop MSExchangeDS /y
(Run full backup of C:\ drive)
net start MSExchangeDS
net start MSExchangeIS
net start MSExchangeMTA
Option B)
NTBackup backup /IS /p "4mm DDS" /UM
NTBackup backup "@All_C_Drive.bks" /A
I initially wanted to do option B, but cannot get the IS to backup (does anyone know if this requires ExchSP1?). Also I cannot find the switches that will let me append to a used media (NTBackup renames the media to an unpredictable name!).
Option A)
net stop MSExchangeMTA /y
net stop MSExchangeIS /y
net stop MSExchangeDS /y
(Run full backup of C:\ drive)
net start MSExchangeDS
net start MSExchangeIS
net start MSExchangeMTA
Option B)
NTBackup backup /IS /p "4mm DDS" /UM
NTBackup backup "@All_C_Drive.bks" /A
I initially wanted to do option B, but cannot get the IS to backup (does anyone know if this requires ExchSP1?). Also I cannot find the switches that will let me append to a used media (NTBackup renames the media to an unpredictable name!).