Microsoft
Software
Hardware
Network
Question : Backup AD, DHCP & DNS
I have a 2003 server that has AD & DHCP & DNS installed and I would like to schedule a daily backup for the databases and system state.
I prefer if I could do this using a batch file using task schedule or any easy method that do not require me to purchase 3rd party.
help is highly appreciated
Answer : Backup AD, DHCP & DNS
Here is what we use on our DCs.. edit the backup destination, save as a bat or cmd file and run as a scheduled task.
@echo on
c:\windows\system32\ntback
up.exe backup systemstate /j "System Backups" /f "d:\backups\%1.bkf
Random Solutions
Missing PDFMaker files - Error
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
How can I group Excel radio buttons
Is it recommended to use NIC teaming with NLB in windows 2008?
EIGRP Stuck in Active
Vlookup with exact number format
Multiple $(document).ready() jquery conflicting
Opened document shows "another user"
How do I invoke a Java script for onkeypress for a dynamically added control?
Accessing url variables to expand the correct menu item in JQuery Expand Function