Hi guys!
We are trying to achieve/run Windows Server Backup thru command line. We are using this command:
wbadmin start systemstatebackup -backupTarget:E: -quiet FileForce "$backuplog"
The problem is, that in this case windows server backup tool "saids" it will also backup EFI SYSTEM PARTITION and SYSTEM C:, but we would only like to backup SYSTEMSTATE and nothing else. We are able to do that thru GUI, but how to achieve it with command line?
LOG OUTPUT INFORMATION: This will back up the system state from volume(s) Local Disk(EFI System Partition) (200.00 MB),SYSTEM(C:) to E:.
bostjanc