VSS 백업 오류 : 0x80780102
# 오류 내역
VSS 백업 실패가 지속 발생하고 있어, 이벤트 로그 확인 및 점검 진행
'2025-06-30T00:51:17.971001600Z'에 시작된 백업 작업에 오류가 발생했습니다. 오류 코드는 '0x80780102'(백업에 시스템 기록기가 없습니다.)입니다. 이벤트 세부 정보에서 해결 방법을 확인하고 문제가 해결되면 백업 작업을 다시 실행하십시오."
CMD 실행 후 vssadmin list wirters 입력
작성자 이름: 'System Writer' 항목 확인 불가
# 조치 방법
1. 관리자 권한으로 CMD 실행 후 아래 명령어 순차 입력
takeown /f %windir%\winsxs\temp\PendingRenames /a
icacls %windir%\winsxs\temp\PendingRenames /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\temp\PendingRenames /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\temp\PendingRenames /grant "BUILTIN\Users:(RX)"
takeown /f %windir%\winsxs\filemaps\* /a
icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\filemaps\*.* /grant "BUILTIN\Users:(RX)"
2. 암호화 서비스 재시작
net stop cryptsvc
net start cryptsvc
3. 시스템 기록기 확인
vssadmin list writers
작성자 이름: 'System Writer'
작성자 Id: {e8132975-6f93-4464-a53e-1050253ae220}
작성자 인스턴스 Id: {d200a43d-d14e-4bb2-8afb-f3db9abe76ef}
상태: [5] 완료 대기 중
마지막 오류: 오류 없음
4. VSS 백업 실행 : 정상 작동 확인
'오류 메시지 정리' 카테고리의 다른 글
system thread exception not handled, xen.sys (0) | 2019.12.30 |
---|---|
Windows 2003 / 이더넷 오류로 인한 숨김 장치 표시 및 제거 (0) | 2019.08.21 |
VSS 백업 실패, Oracle.VSSWriter 서비스와 충돌 (0) | 2019.04.30 |
VSS 백업 실패 : 2155348129 (0) | 2018.06.22 |
KCP 결제 모듈 설치 실패 점검 (con_cli_com.dll / pp_cli_com.dll) (0) | 2018.04.11 |