Questions tagged [vss]

Volume Shadow Copy Service

Shadow Copy (Volume Snapshot Service aka Volume Shadow Copy Service or VSS)

It allows taking manual or automatic backup copies or snapshots of data, even if it has a lock, on a specific volume at a specific point in time over regular intervals

187 questions
4
votes
1 answer

Hyper-V vss-writer not making current copies

I'm using diskshadow to backup live Hyper-V machines on a Windows 2008 server. The backup consists of 3 scripts, the first will create the shadow copies and expose them, the second uses robocopy to copy them to a remote location and the third…
Martinnj
  • 141
  • 2
4
votes
2 answers

How to safely backup MySQL using VSS-based backup solutions

One of my clients is running MySQL on a Windows Server 2008 system. Their regular backups are performed using StorageCraft's ShadowCopy, which uses the VSS service to perform backups of open files. Some investigation indicates that MySQL is not…
Rhyven
  • 43
  • 1
  • 3
4
votes
2 answers

VSS error 521 when attempting backup

I have backupassist and I attempt to run a backup, with VSS service running. However, I get this error in Windows Event Log: The backup operation that started at '‎2010‎-‎04‎-‎30T01:51:15.601000000Z' has failed because the Volume Shadow Copy…
GurdeepS
  • 1,626
  • 5
  • 26
  • 33
3
votes
0 answers

How to name a Windows/NTFS VSS?

Is there a way to give a name to VSS (Volume SnapShot) into Windows? The defaut name is like @GMT-2017.02.12-15.52.45. I would like to give a specific name to some of them. Or at least to set some specific attributes to let them recognized by custom…
Bertrand SCHITS
  • 2,902
  • 1
  • 12
  • 15
3
votes
2 answers

VSS management on Windows

I often use the integrated VSS feature on Windows files servers, to allow users to restore themselve some files. This also allow IT team to do the job fast when few files are involved, which is the most frequent problem. For example I take one VSS…
Gregory MOUSSAT
  • 1,737
  • 2
  • 25
  • 48
3
votes
0 answers

SQL Server VSS writer interfering with VMWare snapshots

After changing to TSM for the VMWare backups, we've started experiencing an odd issue with our Snapshot backups. We take system drive snapshots as a backup solution for the machine states. All the other drives are independent drives, with their data…
Reaces
  • 5,547
  • 4
  • 36
  • 46
3
votes
1 answer

Veeam Hyper-V backup error: Microsoft Hyper-V VSS Writer VSS_WS_FAILED_AT_POST_SNAPSHOT

I have an error from a Veeam Hyper-V backup of a Virtual Machine in a Hyper-V host: Unable to create snapshot (Microsoft CSV Shadow Copy Provider) (mode: Veeam application-aware processing). Details: Writer 'Microsoft Hyper-V VSS Writer' is failed…
Tobia
  • 1,210
  • 8
  • 37
  • 73
3
votes
1 answer

Windows Server 2008 R2 System State backup

Running a member server 2008R2 server. Backups have been running fine for some time but recently ceased to run. We have been using CloudBerry Lab Enterprise Backup to store backups in cloud storage. I started looking at CloudBerry logs and did not…
3
votes
2 answers

Where are diskshadow snapshots stored?

I am evaluating DISKSHADOW utility to take MSSQL database snapshots. I use the below set context persistent set option rollbackrecover txfrecover set verbose on begin backup add volume d: alias dbshadow create I can see that a snapshot is created.…
3
votes
1 answer

VSS DHCP Jet Writer Experiences Errors During Backup with WBADMIN

Summary My standalone physical server is running Server 2012 R2 Foundation. Two separate backup schedules exist, both using Windows Server Backup. I'm getting VSS errors from the DHCP Jet Writer during a weekly backup created with the WBADMIN…
3
votes
1 answer

Windows server backup keeps failing after upgraded my OS from Windows Server 2012 to Windows Server 2012 R2

I've got 2 hard disks installed on the server, one of them is specifically for backup purpose. Everything is fine before I upgrade my OS to Windows Server 2012 R2... And the problem is that after OS upgrade, everytime I perform a full backup, it…
Xinan
  • 131
  • 1
  • 3
3
votes
4 answers

Windows Server 2012 R2 VM Back up fails with Insufficient storage available to create either the shadow copy storage file or other shadow copy data

This problem was first encountered on an IBM x3650 in a cluster with an IBM x3550 for failover, however this problem is reproducible on a server running HyperV not part of a cluster. When I try to run a VM based backup from inside the VM using the…
Chris
  • 213
  • 2
  • 4
  • 8
3
votes
3 answers

Windows Server Backup crashing

Environment: I'm running an HP DL165 G7, with Windows 2008 R2 x64. Recently, when I perform a backup with "Windows Server Backup", it will crash the system. I run the backup over the weekend. When I come in on Monday, it has the screen shows a…
Scott
  • 83
  • 1
  • 8
3
votes
2 answers

Delete Shadow Copies Remotely

I currently use DISKSHADOW to remove shadow copies from our Hyper-V servers. To do this I have to log onto the server but psexec doesn't work. psexec \\hyper-v-server diskshadow DISKSHADOW> Error reading from console. Win32 error: 0x6 The handle is…
john
  • 1,995
  • 1
  • 17
  • 30
3
votes
6 answers

Shadow Copy Deletion

I have ~400gb of shadow copies that I can't delete on a 2008r2 server. Steps taken so far: Disabled all shadow copies in the GUI, 459GB still shown as in use. Ran vssadmin list shadowstorage, got: Used Shadow Copy Storage space: 447.245 GB…
Ceri Thomas
  • 61
  • 1
  • 1
  • 4
1 2
3
12 13