PowerShell Commands (Veeam): Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 14: | Zeile 14: | ||
<source lang="powershell">Get-VBRTapeMedium -Id 039ff1d3-0544-4d9e-a2d2-f1f5fc7e2466 | Set-VBRTapeMedium -Name "N00068" </source> | <source lang="powershell">Get-VBRTapeMedium -Id 039ff1d3-0544-4d9e-a2d2-f1f5fc7e2466 | Set-VBRTapeMedium -Name "N00068" </source> | ||
+ | == Konfiguration == | ||
+ | === Backup Repository (Limit Maximum concurrent tasks to (Bsp. 6)) === | ||
+ | <source lang="powershell">Get-VBRBackupRepository -Name <Backupjob> | Set-VBRBackupRepository -MaxConcurrentJobs 6</source> | ||
Version vom 29. Mai 2017, 07:40 Uhr
Inhaltsverzeichnis
Backupjobs
Quick Backup starten
VM auf Hyper-V Host
Find-VBRHvEntity -Name <VMName> | Start-VBRQuickBackup
VM auf ESXi Host
Find-VBRViEntity -Name <VMName> | Start-VBRQuickBackup
VTL-Tapes
Informationen eines VTL-Tapes anzeigen (Beispiel Tape "N00069")
Get-VBRTapeMedium -Name "N00069"
VTL-Tape Name ändern
Beispiel wenn der "Barcode" eines Tapes nicht mit dem "Namen" übereinstimmt.
Get-VBRTapeMedium -Id 039ff1d3-0544-4d9e-a2d2-f1f5fc7e2466 | Set-VBRTapeMedium -Name "N00068"
Konfiguration
Backup Repository (Limit Maximum concurrent tasks to (Bsp. 6))
Get-VBRBackupRepository -Name <Backupjob> | Set-VBRBackupRepository -MaxConcurrentJobs 6