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
Vmware standalone convertor error
Sequence of Form/Control events vs Mouse/Keyboard events
Windows 2008 32bit to 2008 64 bit R2 upgrade
Repair exchange database on difference server ?
Cannot connect to database errors
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Cannot puTTY to Fedora 13
System Config utility opens at login everytime
how do you read a list of links from a sql database SP and print the list on a aspx .NET ASP page C#
putting a requiredfield on a combobox in asp