Não é possível fazer o backup wbadmin

0

No Windows 10 não consigo fazer um backup do Windows, aqui o que eu recebi:

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>

Em C: \ Windows \ Logs \ WindowsBackup nada.

    
por zuku 22.06.2017 / 16:52

1 resposta

0

Eu tive o mesmo problema.

  • Nenhuma entrada de log de eventos
  • Nenhum erro ou aviso em C:\Windows\Logs\WindowsBackup

Aqui está o que funcionou para mim:

  1. Exclua o diretório WindowsImageBackup na unidade de destino
  2. Execute o seguinte comando em um prompt de comando elevado (privilégios administrativos):

    wbadmin excluir catálogo

Depois disso, o seguinte comando foi feito como esperado:

wbadmin start backup -backupTarget:Z: -include:C: -allCritical -quiet
    
por 18.03.2018 / 18:02