
En Windows 10 no puedo hacer una copia de seguridad de Windows, esto es lo que tengo:
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>
En C:\Windows\Logs\WindowsBackup nada.
Respuesta1
Tuve el mismo problema.
- No hay entradas de registro de eventos
- No hay errores ni advertencias en
C:\Windows\Logs\WindowsBackup
Esto es lo que funcionó para mí:
- Eliminar el directorio
WindowsImageBackup
en la unidad de destino - Ejecute el siguiente comando en un símbolo del sistema elevado (privilegios administrativos):
wbadmin delete catalog
Después de eso, el siguiente comando realizó una copia de seguridad como se esperaba:
wbadmin start backup -backupTarget:Z: -include:C: -allCritical -quiet