Impossibile eseguire il backup di wbadmin


0

In Windows 10 non riesco a fare un backup di Windows, ecco cosa ho ottenuto:

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>

In C: \ Windows \ Logs \ WindowsBackup nulla.

Risposte:


0

Ho avuto lo stesso problema.

  • Nessuna voce nel registro eventi
  • Nessun errore o avviso C:\Windows\Logs\WindowsBackup

Ecco cosa ha funzionato per me:

  1. Elimina la directory WindowsImageBackupsull'unità di destinazione
  2. Eseguire il comando seguente su un prompt dei comandi con privilegi elevati (privilegi di amministratore):

    wbadmin elimina il catalogo

Successivamente è stato eseguito il backup del comando seguente come previsto:

wbadmin start backup -backupTarget:Z: -include:C: -allCritical -quiet
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.