독까의 이야기

OS : Windows 2008 R2

VSS 백업 스케쥴 실패 확인

 

이벤트 로그 확인

백업되는 볼륨의 섀도 복사본을 만들기 위한 볼륨 섀도 복사 서비스 작업에 실패하여 '‎2016‎-‎09‎-‎06T02:19:41.122000000Z'에서 시작된 백업 작업에 오류가 발생했습니다. 오류 코드는 '2155348001'입니다. 이벤트 세부 정보에서 해결 방법을 확인하고 문제를 해결한 후 백업 작업을 다시 실행하십시오.

유휴 시간 제한으로 인해 VSS 서비스를 종료 중입니다.

이벤트 ID : 521 / 에러 코드 : 2155348001

 

해결 : https://blogs.technet.microsoft.com/asiasupp/2011/08/01/windows-server-backup-failed-to-backup-with-error-0x81000101/

Sometimes Windows Server Backup failed to backup the data. The error is:

The shared restore point operation failed with error (0x81000101) The creation of a shadow copy has timed out. Try this operation again.

In the event viewer, found the following error:

The backup operation that started at ‘‎**** has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code ‘2155348001’. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.

Cause:

Windows Server Backup is timing out during shadow copy creation since it is taking more than 10 minutes.

Resolution:

– Run regedit.exe and navigate to “HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP”

– Create a new Registry value of type DWORD with name “CreateTimeout”

– Change value to 12000000(2*10*60*1000 = 20 mins) in decimal

 

레지스트리 편집

실행 :  regedit - HKEY_LOCAL_MACHINE - Software - Microsoft - Windows NT - CurrentVersion - SPP

새로 만들기 - DWORD - CreateTimeout - 10진수값 : 12000000

 

 

 

백업 스케쥴 재등록 후 실행

 

백업 정상 완료 확인