Source:SEP sesam Volume Shadow Copy Service (VSS) for Windows: Difference between revisions

From SEPsesam
(Marked this version for translation)
(Minor correction (proposed by FO).)
Line 143: Line 143:
On Windows Server OS you can change the designated drive for VSS shadow copies as follows:</translate>
On Windows Server OS you can change the designated drive for VSS shadow copies as follows:</translate>
<ol><li><translate><!--T:56--> Open the ''File Explorer'' (previously Windows Explorer) and right-click the relevant drive letter for which you want to change the location.</translate></li>
<ol><li><translate><!--T:56--> Open the ''File Explorer'' (previously Windows Explorer) and right-click the relevant drive letter for which you want to change the location.</translate></li>
<li><translate><!--T:57--> Select '''Configure Shadow Copies'''.</translate></li>  
<li><translate><!--T:57--> Select '''Configure Shadow Copies'''. The new ''Shadow Copies'' window appears.</translate></li>  
<li><translate><!--T:58--> In the ''Select a volume list'' and select the drive for which you want to change the location.</translate></li>
<li><translate><!--T:58--> From the ''Select a volume'' list, select the drive for which you want to change the location.</translate></li>
<li><translate><!--T:59--> Click '''Settings''' to open the ''Settings window'' for the selected drive.</translate></li>
<li><translate><!--T:59--> Click '''Settings''' to open the ''Settings window'' for the selected drive.</translate></li>
<li><translate><!--T:60--> Set up a new location (local drive) for VSS shadow copies; you can also specify the size of the shadow copy storage.</translate></li>
<li><translate><!--T:60--> Set up a new location (local drive) for VSS shadow copies; you can also specify the size of the shadow copy storage.</translate></li>

Revision as of 10:55, 16 May 2019

Other languages:

Template:Copyright SEP AG en

Docs latest icon.png Welcome to the latest SEP sesam documentation version 4.4.3/4.4.3 Grolar. For previous documentation version(s), check documentation archive.


Overview

By default, SEP sesam uses Microsoft VSS to create volume shadow copies of the data for every file system – Path backup of a Windows client. The option Backup with VSS can be disabled/enabled in the backup task properties, as described in the section Disabling/enabling VSS-based backup. It is also possible to exclude only specific VSS writers, as described in Manually excluding a VSS writer from backup.

About VSS

Microsoft Volume Shadow Copy Service (VSS) is a Windows service for backing up running applications. VSS coordinates with other VSS-aware applications and services, and creates a shadow copy or snapshot of data for backup purposes. VSS uses a copy-on-write snapshot, allocating a small temporary storage space for it. This does not occupy a lot of space because a snapshot contains only the data that has changed since the snapshot started. Once the snapshot is completed, the temporary storage space is freed up again.

If there are any problems with shadow copies remaining and occupying your disk space, check Microsoft tools Diskshadow and VSSAdmin to manage and delete shadow copies.

VSS architecture

VSS architecture includes the following objects and services:

  • Provider: An operating system object that manages running volumes and create the shadow copies of them on demand as well as coordinates all elements. A VSS Provider is included in Windows installation.
  • Requester: Typically, a VSS-aware backup application (in our case SEP sesam) that sends a snapshot request to the provider. It also communicates with writers to gather system information and to signal writers to prepare their data for backup.
  • Writers: Services that prepare applications for snapshot creation and backup. They ensure that that their data is quiescent and in a consistent state. Once the snapshot is created, they let the applications resume.

Requirements

  • VSS is provided on the Windows operating system versions beginning with Windows XP.
  • Even though Windows has a limit up to 512 shadow copies per volume, a maximum of 64 shadow copies can be maintained. If the restricted total amount of created volumes is exceeded, VSS backup will fail. Note that the total amount of snapshots also includes snapshots that might be created with another application/for another purpose.
  • Make sure that the minimum required disk space for shadow copy creation is available. Microsoft article Troubleshoot VSS issues provides the following information: "For volumes less than 500 megabytes, the minimum is 50 megabytes of free space. For volumes more than 500 megabytes, the minimum is 320 megabytes of free space. It is recommended that least 1 gigabyte of free disk space on each volume if the volume size is more than 1 gigabyte."

SEP sesam backup with VSS

SEP sesam backup with VSS supports copy, full, differential, and incremental backups of file system only, therefore the option Backup with VSS should only be used with the backup type Path. All other backup types, for example System state, use the required VSS writer by default.

When performing VSS backup, SEP sesam as a requester requests a backup of the file system data specified in the backup task. VSS writers communicate with running applications and ensure that data is set to a consistent state and to stay consistent during the shadow copy creation. SEP sesam backs up the selected data immediately after VSS takes a snapshot of the selected data. Once the backup is completed, VSS instructs running applications to resume normal operation. File system data on the saveset is stored with original location, e.g., C:\. This enables standard restore of data backed up with VSS. For details, see Standard Restore Procedure.

Information sign.png Note
Ensure that Windows AutoUpdate is disabled during backup with VSS. If the autoupdate is running while backup with VSS is in progress, it might cause the backup job to fail with WIN32 API error: 21 – The Device is not ready.

Disabling/enabling VSS-based backup

In the Main Selection -> Tasks -> By clients, select your Windows client and then click the backup task for which you want to change properties or click New backup task if you are creating a new task. After setting the task properties, disable (or enable) the option Backup with VSS. By default, VSS backup is enabled.

Backup with VSS activates all of the available VSS writers. If you want to exclude a specific VSS writer from backup, proceed as described in Manually excluding a VSS writer from backup.

VSS bck task Grolar.jpg

Manually excluding a VSS writer from backup

Application specific VSS writers are used to coordinate and prepare application data for snapshot creation while it can still be in use. The following Windows software and services support VSS: Hyper-V, SQL Server, Exchange Server, SharePoint, Virtual Server, Active Directory, DHCP, WMI. You can exclude a specific writer from backup, if it is not needed for your current backup task (e.g., exclude a Hyper-V writer because you have another task dedicated for backing up a Hyper-V system).

You can exclude one or more VSS writers in the same way as you exclude data from backup.

  1. In the Main Selection -> Tasks -> By clients, select your Windows client and then click the backup task for which you want to change properties or click New backup task if you are creating a new task. The backup task properties window appears.
  2. Make sure that the option Backup with VSS is enabled. Then click the browse button next to the fields Source and Exclude list. Client file view is displayed.
  3. Click the expand/collapse sign next to the VSS writers and select the writer(s) you want to exclude from backup. The excluded writers are listed in the Excluded field at the bottom. Clik OK to confirm your selection.
  4. Exclude VSS writer Grolar.jpg

VSS backup with SEP sesam Client version ≤ 4.0

If you are running a SEP sesam Client version older than 4.0, you have to activate a Volume Shadow Copy Service-based backup in the task properties under the tab Options.

  1. In the Main Selection -> Tasks -> By clients, select your Windows client and then click the backup task for which you want to change properties or click New backup task if you are creating a new task. The backup task properties window appears.
  2. Switch to the Options tab. In the Save options field, enter option -o vss. The task source and other properties remain unchanged. Click OK to enable VSS backup.
  3. Enabling VSS old client.jpg

Changing temporary storage location for VSS shadow copies

By default, VSS shadow copies (snapshots) are stored at the same location as the original data, for example, drive C has its shadow copy on C, drive D on D, etc. However, you may want to save your temporary VSS shadow copy to a different drive (e.g., one with greater capacity or organize all of your snapshots in a separate location); in this case, you can change the designated drive for the VSS shadow copies to another storage area location (local drive).

The procedure differs depending on if you want to change storage area location on Windows Server OS or Windows Desktop OS.

On Windows Server OS

On Windows Server OS you can change the designated drive for VSS shadow copies as follows:

  1. Open the File Explorer (previously Windows Explorer) and right-click the relevant drive letter for which you want to change the location.
  2. Select Configure Shadow Copies. The new Shadow Copies window appears.
  3. From the Select a volume list, select the drive for which you want to change the location.
  4. Click Settings to open the Settings window for the selected drive.
  5. Set up a new location (local drive) for VSS shadow copies; you can also specify the size of the shadow copy storage.
  6. Click OK to close your session.

On Windows Desktop OS

As an administrator you can change the storage area location and size in the commad prompt by specifying the following command:

vssadmin resize shadowstorage /for=<for_drive> /on=<on_drive> /maxsize=<maximum_size>

where for specifies the source volume of the storage, on specifies the drive where the shadow storage will be, and maxsize sets the maximum size for shadow storage area. For example:

vssadmin resize shadowstorage /for=C: /on=E: /maxsize=15%

For more information on how to use the command, see Microsoft article Vssadmin resize shadowstorage.

See also

VSS TroubleshootingCreating a Backup TaskBackupAdding a Task to the Task Group