Microsoft Azure Recovery Services(MARS)エージェントを使用して、Windows Server 2012R2サーバーのシステム状態をバックアップします。
これらのバックアップは、次のエラーで失敗し始めました。
Unable to perform the operation as Windows Server Backup job failed with error message: None of the items included in backup were backed up.
Detailed error: Copy of the files failed.
HResult:80780049 DetailedHResult:8078010E
私はこれらの特定のエラーに関連するものをオンラインで見つけなかったので、この投稿。
私が持っています:
vssadmin list writers
は、すべてのVSSライターが安定していることを報告しています。volsnap
によって記録されたイベントが見つかりましたThe oldest shadow copy of volume C: was deleted to keep disk space usage for shadow copies of volume C: below the user defined limit.
私たちのRMMシステムは、バックアップが失敗した頃に次のことを報告していることがわかりました。
We have observed that the free disk space on <server hostname>\C: volume is 1939 MB, which is below the threshold set.
Free Disk Space for C: drive on <server hostname> is now 28106 MB.
Cのストレージ容量を100GBから125GBに増やしたところ、問題は解決しました。