| Shadow Copy | |
|---|---|
![]() Previous Versions inWindows Vista, a part ofWindows Explorer that allows persistent shadow copies to be created | |
| Other names | |
| Developer | Microsoft |
| Operating system | Microsoft Windows |
| Service name | VSS[2] |
Shadow Copy (also known asVolume Snapshot Service,[1]Volume Shadow Copy Service[2] orVSS[2]) is a technology included inMicrosoft Windows that can create backup copies orsnapshots ofcomputer files orvolumes, even whenthey are in use. It is implemented as aWindows service called theVolume Shadow Copy service. A softwareVSS provider service is also included as part of Windows to be used by Windows applications. Shadow Copy technology requires either the WindowsNTFS orReFS filesystems in order to create and store shadow copies. Shadow Copies can be created on local and external (removable or network) volumes by any Windows component that uses this technology, such as when creating a scheduledWindows Backup or automaticSystem Restore point.
VSS operates at theblock level of volumes.
A snapshot is a read-only point-in-time copy of the volume. Snapshots allow the creation of consistent backups of a volume, ensuring that the contents do not change and are notlocked while the backup is being made.
The core component of shadow copy is the Volume Shadow Copyservice, which initiates and oversees the snapshot creation process. The components that perform all the necessary data transfer are calledproviders. While Windows comes with a default System Provider, software and hardware vendors can create their own software or hardware providers and register them with Volume Shadow Copy service. Each provider has a maximum of 10 seconds' time to complete the snapshot generation.[3]
Other components that are involved in the snapshot creation process arewriters. The aim of Shadow Copy is to create consistent reliable snapshots. But sometimes, this cannot simply be achieved by completing all pending file change operations. Sometimes, it is necessary to complete a series of inter-related changes to several related files. For example, when a database application transfers a piece of data from one file to another, it needs to delete it from the source file and create it in the destination file. Hence, a snapshot must not be between the first deletion and the subsequent creation, or else it is worthless; it must either be before the deletion or after the creation. Enforcing this semantic consistency is the duty of writers. Each writer is application-specific and has 60 seconds to establish a backup-safe state before providers start snapshot creation. If the Volume Shadow Copy service does not receive acknowledgement of success from the corresponding writers within this time-frame, it fails the operation.[3]
By default, snapshots are temporary; they do not survive a reboot. The ability to create persistent snapshots was added in Windows Server 2003 onward. Windows 8 removed the GUI portion necessary to browse them, but it was restored in later Windows versions. (§ History)
Windows software and services that support VSS includeWindows Failover Cluster,[4] Windows Server Backup,[5]Hyper-V,[6]Virtual Server,[7]Active Directory,[8]SQL Server,[9]Exchange Server[10] andSharePoint.[11]
The end result is similar to aversioning file system, allowing any file to be retrieved as it existed at the time any of the snapshots was made. Unlike a true versioning file system, however, users cannot trigger the creation of new versions of an individual file, only the entire volume. As a side-effect, whereas the owner of a file can create new versions in a versioning file system, only asystem administrator or a backup operator can create new snapshots (or control when new snapshots are taken), because this requires control of the entire volume rather than an individual file. Also, many versioning file systems (such as the one inVMS) implicitly save a version of files each time they are changed; systems using a snapshotting approach like Windows only capture the state periodically.
This section needs to beupdated. Please help update this article to reflect recent events or newly available information.(August 2015) |
Volume Snapshot Service was first added to Microsoft Windows inWindows XP. It can only create temporary snapshots, used for accessing stable on-disk version of files that are opened for editing (and therefore locked). This version of VSS is used byNTBackup.
The creation of persistent snapshots (which remain available across reboots until specifically deleted) has been added inWindows Server 2003, allowing up to 512 snapshots to exist simultaneously for the same volume. In Windows Server 2003, VSS is used to create incremental periodic snapshots of data of changed files over time. A maximum of 64 snapshots are stored on the server and are accessible to clients over the network. This feature is known asShadow Copies for Shared Folders and is designed for aclient–server model.[12] Its client component is included with Windows XP SP2 or later, and is available for installation onWindows 2000 SP3 or later, as well as Windows XP RTM or SP1.[13]
Windows XP[14] and later include a command line utility calledvssadmin that can list, create or delete volume shadow copies and list installed shadow copy writers and providers.[15]
Microsoft updated a number of Windows components to make use of Shadow Copy.Backup and Restore inWindows Vista,Windows Server 2008,Windows 7 andWindows Server 2008 R2 use shadow copies of files in both file-based and sector-by-sector backup. TheSystem Protection component uses VSS when creating and maintaining periodic copies of system and user data on the same local volume (similar to the Shadow Copies for Shared Folders feature in Windows Server); VSS allows such data to be locally accessed bySystem Restore.
System Restore allows reverting to an entire previous set of shadow copies called arestore point.[16][17]Prior to Windows Vista, System Restore depended on a file-based filter that watched for changes to files with a certain set of extensions, and then copied files before they were overwritten.[18][19][20] In addition, a part ofWindows Explorer calledPrevious Versions allows restoring individual files or folders locally from restore points as they existed at the time of the snapshot, thus retrieving an earlier version of a file or recovering a file deleted by mistake.
| diskshadow | |
|---|---|
| Developer | Microsoft |
| Operating system | Microsoft Windows |
| Type | Command |
| License | Proprietarycommercial software |
| Website | docs |
Finally, Windows Server 2008 introduces thediskshadow utility which exposes VSS functionality through 20 different commands.[21]
The system creates shadow copies automatically once per day, or when triggered by the backup utility or installer applications which create a restore point.[22][23] The "Previous Versions" feature is available in the Business, Enterprise, and Ultimate editions of Windows Vista[24] and in allWindows 7 editions. The Home Editions of Vista lack the "Previous Versions" feature, even though theVolume Snapshot Service is included and running. Using third-party tools it is still possible to restore previous versions of files on the local volume.[25]Some of these tools also allow users to schedule snapshots at user-defined intervals, configure the storage used by volume-shadow copies and compare files or directories from different points-in-time using snapshots.[26]Windows 7 also adds native support through a GUI to configure the storage used by volume-shadow copies.
While supporting persistent shadow copies,Windows 8 lacks the GUI portion necessary to browse them; therefore the ability to browse, search or recover older versions of files via thePrevious Versions tab of theProperties dialog of files was removed for local volumes. However, using third party tools (such as ShadowExplorer) it is possible to recover that functionality. The feature is fully available inWindows Server 2012.[27]
Windows 10 restored the Previous Versions tab that was removed in Windows 8; however, in earlier builds it depended upon the File History feature instead of Volume Shadow copy. Current builds now allow restoration from both File History and System Protection (System Restore) points, which use Volume Shadow Copy.[28]
Windows 11 retains the same Previous Versions and File History feature introduced in Windows 10, although it is disabled by default.[29]
Samba on Linux is capable of providing Shadow Copy Service on anLVM-backed storage or with an underlyingZFS orbtrfs.[30][31][32]
While the differentNTFS versions have a certain degree of bothforward andbackward compatibility, there are certain issues when mounting newer NTFS volumes containing persistent shadow copies in older versions of Windows. This affects dual-booting, and external portable hard drives. Specifically, the persistent shadow copies created by Windows Vista on an NTFS volume are deleted when Windows XP or Windows Server 2003 mount that NTFS volume. This happens because the older operating system does not understand the newer format of persistent shadow copies.[33] Likewise, System Restore snapshots created by Windows 8 are deleted if they are exposed to a previous version of Windows.[34]
SPP stand for Shared Protection Point and is used by windows to store information on restore point.
[...] the origin of the error is in an underlying layer such as Volume Shadow Copy Service (VSS), Shared Protection Point (SPP), or other applications that plug into VSS framework.
Snapshots of the boot volume created by System Restore running on Windows 8 may be deleted if the snapshot is subsequently exposed by an earlier version of Windows.