Skip to content

Instantly share code, notes, and snippets.

@BrendonKoz
Created September 7, 2012 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrendonKoz/3668907 to your computer and use it in GitHub Desktop.
Save BrendonKoz/3668907 to your computer and use it in GitHub Desktop.
Run Windows 2k3 Server backup from batch file
REM runs a "One-Time Backup" to specific target drive from batch file
REM ...create your own backup schedule instead of Microsoft's "Windows Server Backup" forced schedules
WBADMIN START SYSTEMSTATEBACKUP -backupTarget:e: -quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment