無法進行 wbadmin 備份

無法進行 wbadmin 備份

在 Windows 10 中,我無法進行 Windows 備份,我得到的是:

wbadmin start backup -backupTarget:\\192.168.188.1\Backup\ -include:C:,D:,E:,F: -allCritical -quiet
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2013 Microsoft Corporation. All rights reserved.


Note: The backed up data cannot be securely protected at this destination.
Backups stored on a remote shared folder might be accessible by other
people on the network. You should only save your backups to a location
where you trust the other users who have access to the location or on a
network that has additional security precautions in place.

Retrieving volume information...
This will back up (EFI System Partition),Download(D:),Utils(E:),Doc(F:),System(C:),Recovery (450.00 MB)
to \\192.168.188.1\Backup\.
The server threw an exception.
PS C:\WINDOWS\system32>

在 C:\Windows\Logs\WindowsBackup 中什麼都沒有。

答案1

我遇到過同樣的問題。

  • 沒有事件日誌條目
  • 沒有錯誤或警告C:\Windows\Logs\WindowsBackup

這對我有用:

  1. WindowsImageBackup刪除目標磁碟機上的目錄
  2. 在提升的命令提示字元下執行以下命令(管理權限):
wbadmin delete catalog

之後,以下命令按預期備份:

wbadmin start backup -backupTarget:Z: -include:C: -allCritical -quiet

相關內容