Backup using ROBOCOPY (disk-to-disk)

Batch script to automate backup of a Windows computer servers to another computer. Uses NTBACKUP to get the System State (which includes the Windows Registry, and Active Directory (if a domain controller)). Uses ROBOCOPY to copy plain files.

NTBACKUP away with Windows Vista and Server 2008, so it's very obsolete now.

Provided free of charge, no warranty, use at your own risk, etc. You can do whatever you like with them, including change them, redistribute them, etc. No conditions or limitations.

File: ROBOCOPY_backup_2010-03-24.zip

You'll need to Read The Friendly Source to use this. It is generally well-commented.