Vssadmin 명령줄을 사용하여 Windows 11/10에서 VSS 관리

Microsoft Windows 시스템은 사용하는 경우에도 하드 드라이브에 파일의 스냅샷 또는 백업 복사본을 만듭니다. 이를 구현하는 데 사용되는 기술을 VSS(볼륨 섀도 복사본 서비스)(Volume Shadow Copy Service (VSS)) 라고 합니다 . VSS를 관리하기 위해 볼륨 섀도 복사본 관리(Volume Shadow Copy Administrative) 명령줄 도구 또는 Vssadmin 을 사용할 수 있습니다 .

여기에는 섀도 복사본 작성자 및 공급자 나열, VSS 연결 및 복사본 생성 및 삭제, VSS 연결 크기 조정 (VSS) 위한 관련 명령 라이브러리가 있습니다. 이 게시물은 이러한 명령을 효과적으로 사용하는 방법을 보여줍니다.

VSS 구성 요소

Vssadmin 을 사용하여 VSS 를 관리하는 방법을 알아보기 전에 먼저 VSS (볼륨 섀도 복사본 서비스) 의 다양한 구성 요소를 살펴보겠습니다 . 섀도 복사본 또는 스냅샷의 사용 덕분에 이러한 구성 요소를 사용하면 로그인한 사용자나 실행 중인 프로그램에 영향을 주지 않는 방식으로 서버 백업과 같은 중요한 작업을 수행할 수 있습니다.

다양한 VSS(VSS) 구성 요소와 이 구성 요소가 서버에서 수행하는 작업을 살펴보겠습니다 .

1] VSS 요청자

VSS 요청자의 예로는 System Center Data Protection Manager(System Center Data Protection Manager)Windows Server 백업(Windows Server Backup) 프로그램이 있습니다. 이러한 구성 요소의 주요 기능은 VSS 가 섀도 복사본을 만들도록 요청하는 것입니다.

2] VSS 라이터

Windows Server에는 여러 VSS 작성기가 있을 수 있습니다. 이는 데이터가 섀도 복사본 생성을 위해 설정되었는지 확인하기 위해 응용 프로그램 소프트웨어에서 제공하는 구성 요소입니다. VSS 작성기 의 몇 가지 예는 다음과 같습니다.

  • WMI 작성자
  • 레지스트리 작성자
  • 하이퍼-V
  • 교환 서버
  • 성능 카운터 작성자
  • NTDS 작성기
  • 시스템 라이터
  • DHCP 제트 라이터
  • SQL 서버
  • Active Directory 시스템 서비스
  • ASR 라이터
  • WINS 제트 라이터
  • 인증 기관 작성자

… 등.

3] 저장용량

A storage volume is a crucial component of the VSS that holds the data that you are about to copy.

4] VSS provider

VSS providers are included in storage arrays provided by hardware vendors. They create and manage shadow copies. Some examples of VSS providers are the Microsoft Software Copy provider and the Microsoft File Share Shadow Copy provider.

5] Source volume

A source volume is where the system keeps the shadow copy storage files that the VSS provider uses.

이제 VSS 구성 요소를 알았으므로 작동 방식을 살펴보겠습니다. 여기에서는 Vssadmin 명령에 대한 개요와 이 명령을 사용하여 VSS 를 관리하는 방법을 설명하겠습니다 .

Vssadmin 명령줄을 사용하여 VSS 관리(VSS)

Vssadmin 명령줄 도구 를 사용하여 VSS 를 관리하려면 먼저 서버에 관리자로 로그인해야 합니다. 들어가면 관리자 권한으로 명령 프롬프트(Command Prompt) 를 실행 합니다. 명령 프롬프트(Command Prompt) 를 검색하고 마우스 오른쪽 버튼으로 클릭한 다음 관리자 권한으로 실행을(Run as Administrator) 선택합니다 .

관리자 권한 명령 프롬프트(Command Prompt) 에서 VSS 를 관리하기 위한 명령은 다음과 같습니다 . 아무거나 실행하려면 입력하고 Enter 키를 누릅니다(ENTER) .

CommandUsage
Vssadmin add shadowstorageAdds a volume shadow copy storage association
Vssadmin create shadowCreates a new volume shadow copy
Vssadmin delete shadowsDeletes volume shadow copies
Vssadmin delete shadowstorageDeletes volume shadow copy storage associations
Vssadmin list providersLists registered volume shadow copy providers
Vssadmin list shadowsLists existing volume shadow copies
Vssadmin list shadowstorageLists all shadow copy storage associations on the system
Vssadmin list volumesLists volumes that are eligible for shadow copies
Vssadmin list writersLists all subscribed volume shadow copy writers on the system
Vssadmin resize shadowstorageResizes the maximum size for a shadow copy storage association

구문 및 스위치와 함께 위의 명령을 사용합니다. 작업을 수행할 시스템 볼륨을 지정합니다. 또한 명령을 간소화합니다. 다음은 Vssadmin(Vssadmin) 에 대한 다양한 매개변수입니다 .

SyntaxUsage
/OldestDeletes the oldest shadow copy
For=VolumeSpecSpecifies the volume for which the shadow copy is to be deleted
/QuietPrevents the command from showing messages while running
/AllDeletes every shadow copy of the specified volume
/shadow= {{insert ShadowID}}Specifies the Shadow copy to delete by ShadowID

TechNet 에서 이에 대한 자세한 내용을 읽을 수 있습니다 .



About the author

저는 브라우저와 스마트폰 앱에 대한 경험이 있는 숙련된 Windows 10 및 11/10 전문가입니다. 저는 15년 이상 소프트웨어 엔지니어로 일했으며 Microsoft, Google, Apple, Ubisoft 등을 비롯한 여러 유명 회사에서 일했습니다. 또한 대학 수준에서 Windows 10/11 개발을 가르쳤습니다.



Related posts