While backup Best Practices still dictate you use a Backup program like Symantec BackupExec to backup Exchange and its information stores, you can use snapshots of your Exchange server as backups.
I would strongly suggest creating a script to stop your Exchange services and ensure they are stopped before performing your backup to ensure your Information Stores do not become corrupt.
For example, you can use the following to stop your Exchange services:
net stop "Microsoft Exchange POP3" /y
net stop "Microsoft Exchange IMAP4" /y
net stop "Microsoft Exchange Information Store" /y
net stop "Microsoft Exchange System Attendant" /y
net stop "Microsoft Exchange Routing Engine" /y
net stop "Microsoft Exchange Management" /y
Hope these help...
Mike
Main Topics
Browse All Topics





by: ryder0707Posted on 2009-11-07 at 04:44:51ID: 25766071
Stop exchange services prior doing the snapshot otherwise edb might not be consistent