Synology DS211ディスクステーションでホストされているネットワーク共有を使用しようとすると、バックアップが失敗します。別のネットワーク共有(つまり、\ server1\data\larry)をターゲットにすると、正常に機能します。
次のコマンドを実行すると:
Wbadmin start backup -backupTarget:\\diskstation\backup-larry -include:C:
これは私が得るものです:
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2004 Microsoft Corp.
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 volume WIN7(C:) to \\diskstation\backup-larry.
Do you want to start the backup operation?
[Y] Yes [N] No y
Note: The list of volumes included for backup does not include all the
volumes that contain operating system components. This backup cannot be used
to perform a system recovery. However, you can recover other items if the
destination media type supports it.
The backup operation to \\diskstation\backup-larry is starting.
Creating a shadow copy of the volumes specified for backup...
Creating a shadow copy of the volumes specified for backup...
The backup operation stopped before completing.
Summary of the backup operation:
------------------
The backup operation stopped before completing.
Detailed error: Access is denied.
Windows Backup failed to write the file: '<backup location>\WindowsImageBackup\<Computer Name>\MediaId'.
Access is denied.
バックアップにより、次のパスが作成されます\\diskstation\backup-larry\WindowsImageBackup\LARRY-MYDOMAIN\
しかしその空。
私は間違いなくターゲットディレクトリ(\ diskstation\backup-larry)への読み取り/書き込みアクセス権を持っています。許可を確認し、実際にファイルをこの場所にコピーすることで、これを確認しました。
助言がありますか?
ISCSIターゲットを作成し、それをバックアップに使用しました。私の元のアプローチがうまくいかなかった理由はまだわかりません。
Wbadminは、Synologyボックスのリモート共有にアクセスできないローカルシステムアカウントで実行されている可能性があります。これを回避するために、書き込み先のネットワークドライブをマップし、ユーザー名とパスワードを指定する必要がある場合があります。 (または別のサービスアカウントでバックアップを実行します)
Windowsのディスクの管理を介してVHDを作成する
バックアップする必要のある場所で新しいVHDの場所を見つけます。
パフォーマンスを向上させるためにVHDを拡張可能にするチェックマーク
VHDを作成した後、ウィンドウに接続され、通常のハードディスクとして機能します。バックアップを指定できます。
ドライブフォーマットがNTFSではないことに関連している可能性がありますか? ( http://www.storageforum.net/forum/showthread.php/8388-Technet-Advice?p=161019&viewfull=1#post161019 )
この共有にアクセスするためのユーザー名とパスワードの組み合わせを指定してみましたか?
Wbadmin start backup -user:<username> -password:<password> -backupTarget:\\diskstation\backup-larry -include:C: