Created
July 17, 2014 06:19
-
-
Save patsbin/4bcef9206de2f660304a to your computer and use it in GitHub Desktop.
System-Backup using Windows Server systemtools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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