次の方法で共有


wbadmin start sysrecovery(システム復旧を開始)

指定したパラメーターを使用して、システム回復 (ベア メタル回復) を実行します。

To perform a system recovery using this command, you must be a member of the Backup Operators group or the Administrators group, or you must have been delegated the appropriate permissions.

Important

wbadmin start sysrecovery コマンドは Windows 回復コンソールから実行する必要があり、wbadmin ツールの既定の使用テキストには表示されません。 詳細については、「Windows Recovery Environment (WinRE)」を参照してください。

Syntax

wbadmin start sysrecovery -version:<VersionIdentifier> -backupTarget:{<BackupDestinationVolume> | <NetworkShareHostingBackup>}  [-machine:<BackupMachineName>] [-restoreAllVolumes] [-recreateDisks] [-excludeDisks] [-skipBadClusterCheck] [-quiet]

Parameters

Parameter Description
-version 回復するバックアップのバージョン識別子を MM/DD/YYYY-HH:MM 形式で指定します。 バージョン識別子がわからない場合は、 wbadmin get versions コマンドを実行します
-backupTarget 回復するバックアップを含むストレージの場所を指定します。 このパラメーターは、このコンピューターのバックアップが通常格納される場所と記憶域の場所が異なる場合に便利です。
-machine バックアップを回復するコンピューターの名前を指定します。 This parameter must be used when the -backupTarget parameter is specified. The -machine parameter is useful when multiple computers have been backed up to the same location.
-restoreAllVolumes 選択したバックアップからすべてのボリュームを回復します。 このパラメーターを指定しない場合は、重要なボリューム (システム状態およびオペレーティング・システム・コンポーネントを含むボリューム) のみが回復されます。 このパラメーターは、システム回復中に重要でないボリュームを回復する必要がある場合に便利です。
-recreateDisks バックアップの作成時に存在していた状態にディスク構成を回復します。

Warning: This parameter deletes all data on volumes that host operating system components. また、データ ボリュームからデータを削除することもできます。

-excludeDisks Valid only when specified with the -recreateDisks parameter and must be input as a comma-delimited list of disk identifiers (as listed in the output of the wbadmin get disks command). 除外されたディスクはパーティション分割またはフォーマットされません。 このパラメーターは、復旧操作中に変更したくないディスク上のデータを保持するのに役立ちます。
-skipBadClusterCheck ボリュームを回復する場合にのみ有効です。 回復対象のディスクに不適切なクラスター情報がないかチェックをスキップします。 代替サーバーまたはハードウェアに復旧する場合は、このパラメーターを使用しないことをお勧めします。 You can manually run the command chkdsk /b on these disks at any time to check them for bad clusters, and then update the file system information accordingly.

Important: Until you run chkdsk /b, the bad clusters reported on your recovered system might not be accurate.

-quiet ユーザーにプロンプトを表示せずにコマンドを実行します。

Examples

ドライブ d: にある 2020 年 3 月 31 日午前 9 時 00 分に実行されたバックアップから情報の回復を開始するには、次のように入力します。

wbadmin start sysrecovery -version:03/31/2020-09:00 -backupTarget:d:

2020 年 4 月 30 日午前 9 時 00 分に実行されたバックアップから、server01 の共有フォルダー \\servername\share にある情報の回復を開始するには、次のように入力します。

wbadmin start sysrecovery -version:04/30/2020-09:00 -backupTarget:\\servername\share -machine:server01