S (Volume Shadow Copy Service)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

selectability for backup

A component is said to be selectable for backup if its explicit inclusion in a backup operation is optional. Selectability for backup is enabled if the value of the bSelectable member of the VSS_COMPONENTINFO structure is true. There is no default value for a component's selectability for backup; a writer must always set this value explicitly.

Writers also use selectability for restore to organize their component's participation in restore operations.

See also selectable component, selectability for restore, explicit component inclusion, implicit component inclusion.

selectability for restore

A component is said to be selectable for restore if it can be implicitly backed up as part of a component set, and then later individually restored without the rest of the component set. Selectability for restore is enabled if the value of the bSelectableForRestore member of the VSS_COMPONENTINFO structure is true. By default, a component's selectability for restore is false. Selectability for restore has meaning only when a component has not been added to the backup document.

See also selectable component, selectability for backup, explicit component inclusion, implicit component inclusion.

selectable component

A component is said to be selectable if its explicit inclusion in a backup or restore operation is optional.

Selectability for backup and selectability for restore are independent of each other—a component may be selectable for both operations, for restore and not backup, or for backup and not restore.

Writers also use selectability to organize their components into groups:

  • Nonselectable components with no selectable ancestors in their logical paths must always be explicitly included if a writer is to be backed up or restored.
  • Nonselectable components with selectable ancestors will only be included in a backup or restore if at least one selectable ancestor is included.
  • Selectable components without selectable ancestors can only be included in a backup or restore operation explicitly.
  • Selectable components with selectable ancestors can be explicitly included in a backup or restore operation, or can be implicitly included if one of their selectable ancestors is included.

See also components, selectability for backup, selectability for restore, explicit component inclusion, implicit component inclusion.

shadow copy

A read-only point-in-time replica of an original volume's contents. Each shadow copy is keyed by a persistent GUID. Also called a volume shadow copy. See also shadow copy set.

Shadow Copies for Shared Folders

A feature of Windows that creates lightweight, online backup copies of volumes using VSS. Clients can access these backups through the Windows shell to see old versions of files and undo mistakes without requiring a full restore. See also client accessible shadow copy.

shadow copy set

A collection of volume shadow copies created at the same time and identified by a common shadow copy set ID (a persistent GUID) value. This is the mechanism used to allow a shadow copy operation to be managed across volumes. See also shadow copy.

software provider

A provider that intercepts I/O requests at the software level between the file system and the volume manager. See also hardware provider, provider.

subcomponent

Any component that has a logical path containing a selectable (for either backup or restore) parent component. Subcomponents must have a logical path of the form {component_name}\{subcomponent_name}. If a subcomponent's selectable (for either backup or restore) ancestor is explicitly included in a backup or restore, then the subcomponent is implicitly included in the operation. Implicitly included subcomponents do not have their data included in the Backup Components Document—regardless of whether they are selectable (for either restore or backup) or not. See also component, logical path.

surfaced shadow copy

A shadow copied volume visible to a system's Mount Manager namespace—meaning FindFirstVolume and FindNextVolume can find it and that volume arrival and departure notifications are generated. All exposed shadow copies are also surfaced shadow copies. However, a surfaced shadow copy need not be exposed. If a shadow copy is transportable, it cannot be surfaced. See also exposed shadow copy, transportable shadow copy.

System File Protection

See Windows File Protection.

system-level applications

Indicates the point at which VSS notifies a writer of a freeze. Writers that are initialized as system-level applications are notified after writers initialized either as front-end level applications or as back-end level applications. See also application level, back-end level applications, front-end level applications.

system provider

The default preinstalled provider provided as part of Windows.

System Volume Folder

A shared directory that stores the shared copies of a domain's public files—that is, those files that are replicated among all domain controllers in the domain.