From e2fb429bf5041bcf5cde3f523bb7f2543586c0f9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 6 Feb 2016 09:47:18 -0600 Subject: [PATCH] Mark VSS support non-experimental --- doc/man1/wimlib-imagex-capture.1 | 10 +++++----- include/wimlib.h | 16 ++++++++-------- src/win32_vss.c | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/man1/wimlib-imagex-capture.1 b/doc/man1/wimlib-imagex-capture.1 index 43b0e114..5e5353ec 100644 --- a/doc/man1/wimlib-imagex-capture.1 +++ b/doc/man1/wimlib-imagex-capture.1 @@ -578,11 +578,11 @@ however, this may still be overridden through the \fB--config\fR parameter. See the documentation for this option in \fBwimlib-imagex-optimize\fR (1). .TP \fB--snapshot\fR -EXPERIMENTAL: create a temporary filesystem snapshot of the source directory and -capture the files from it. Currently, this option is only supported on Windows, -where it uses the Volume Shadow Copy Service (VSS). Using this option, you can -create a consistent backup of the system volume of a running Windows system -without running into problems with locked files. For the VSS snapshot to be +Create a temporary filesystem snapshot of the source directory and capture the +files from it. Currently, this option is only supported on Windows, where it +uses the Volume Shadow Copy Service (VSS). Using this option, you can create a +consistent backup of the system volume of a running Windows system without +running into problems with locked files. For the VSS snapshot to be successfully created, \fBwimlib-imagex\fR must be run as an Administrator, and it cannot be run in WoW64 mode (i.e. if Windows is 64-bit, then \fBwimlib-imagex\fR must be 64-bit as well). diff --git a/include/wimlib.h b/include/wimlib.h index 1256f689..6a1fbde6 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -1746,14 +1746,14 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour #define WIMLIB_ADD_FLAG_TEST_FILE_EXCLUSION 0x00004000 /** - * EXPERIMENTAL, since wimlib v1.9.0: create a temporary filesystem snapshot of - * the source directory and add the files from it. Currently, this option is - * only supported on Windows, where it uses the Volume Shadow Copy Service - * (VSS). Using this option, you can create a consistent backup of the system - * volume of a running Windows system without running into problems with locked - * files. For the VSS snapshot to be successfully created, your application - * must be run as an Administrator, and it cannot be run in WoW64 mode (i.e. if - * Windows is 64-bit, then your application must be 64-bit as well). + * Since wimlib v1.9.0: create a temporary filesystem snapshot of the source + * directory and add the files from it. Currently, this option is only + * supported on Windows, where it uses the Volume Shadow Copy Service (VSS). + * Using this option, you can create a consistent backup of the system volume of + * a running Windows system without running into problems with locked files. + * For the VSS snapshot to be successfully created, your application must be run + * as an Administrator, and it cannot be run in WoW64 mode (i.e. if Windows is + * 64-bit, then your application must be 64-bit as well). */ #define WIMLIB_ADD_FLAG_SNAPSHOT 0x00008000 diff --git a/src/win32_vss.c b/src/win32_vss.c index 4ee6c9de..2270feea 100644 --- a/src/win32_vss.c +++ b/src/win32_vss.c @@ -1,10 +1,10 @@ /* - * win32_vss.c - Experimental Windows-specific code for creating VSS (Volume - * Shadow Copy Service) snapshots. + * win32_vss.c - Windows-specific code for creating VSS (Volume Shadow Copy + * Service) snapshots. */ /* - * Copyright (C) 2015 Eric Biggers + * Copyright (C) 2015-2016 Eric Biggers * * This file is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free -- 2.43.0