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
How do I use SFTP through a proxy server
How would I edit the code for additional levels from: How can I prep text files for import into Excel that are in subheading formats?
OMA and OWA
SSH console: go to specified folder after login
"File Helper" reporting - Your system may have upopenable files - Why?
RHEL How to set the IP addy in KNOME or command line
Having a webservice use a Session variable that is set in the project before the webservice is called.
Disabling software restriction policy
Double Table when margin is adjusted
A servlet to handle and ajax get request?