VMWARE
Altaro Backup → Instand VM Boot
Nakivo Backup
VEMBU
# Fullbackup Windows Server # Date variable $tag=(Get-Date).DayWeek # Backup Destination $ziel="\\IPoderFQDN\\Folder" # Backup all data to seperate folder wbadmin start backup -backuptarget:"$ziel\$stag\" -include:"C:" -allCritical -vssFull -quiet <$ziel\$tag\ Dateiname_des_Backuplogs.txt Aufgabenplanung: Powershell Aufruf %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe Argument -command "C:\temp\backup.ps1" -ExecutionPolicy Bypass