Skip to content

Instantly share code, notes, and snippets.

@patsbin
Created July 17, 2014 06:19
Show Gist options
  • Select an option

  • Save patsbin/4bcef9206de2f660304a to your computer and use it in GitHub Desktop.

Select an option

Save patsbin/4bcef9206de2f660304a to your computer and use it in GitHub Desktop.
System-Backup using Windows Server systemtools
@echo off
net use \\BACKUP Passw0rd /user:backup_user
C:\Windows\System32\wbadmin.exe start backup -backupTarget:\\BACKUP\Sicherung -allCritical -vssFull -systemState -quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment