• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Backing up AD?

from what I understand, the backup is the second DC. Either that or image your OS drive. Sorry. If you come up with a better solution, let me know.
 
All of my clients have a single Domain Controller. Full System Backups are typically done nightly with NTBackup or Windows Server Backup or StorageCraft's Shadowprotect Server.
 
from what I understand, the backup is the second DC. Either that or image your OS drive. Sorry. If you come up with a better solution, let me know.

Having a second DC is a great idea, but it isn't a replacement for a proper backup. A second DC won't help you if an OU gets deleted, for example.

Also, imaging a DC is a really bad idea, because if you restore an image based backup to a DC, you will break replication.
 
Having a second DC is a great idea, but it isn't a replacement for a proper backup. A second DC won't help you if an OU gets deleted, for example.

Also, imaging a DC is a really bad idea, because if you restore an image based backup to a DC, you will break replication.
This. Use windows Server backup
 
Backing up the System State data using NTBackup covers AD information. My System State backup is about 650megs right now (theres more than just AD in there).
 
Actually the easiest way to backup AD is to have a second domain controller and upgrade your domain to server 2008 r2. This gets you the AD recycle bin, which you can use if an OU gets deleted.
 
The AD recycle bin is not a replacement for backups. It only covers object deletions. What if an attribute on 1000 objects is changed? The recycle bin won't help you. It also doesn't help with any of the configuration container info that is replicated forest wide, GPO data, and a ton of other stuff.
 
Back
Top