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
1
vote
1 answer

TSM Backup Fails with VSS

Since we rebuilt our servers to windows servers 2008 x64 r2 we have perpetual problems with scheduled backup (shadow copy). In the Application event log, the following events are logged on both nodes: The description for Event ID 4112 from source…
user176320
  • 139
  • 2
  • 4
  • 11
1
vote
0 answers

What causes SqlServerWriter to fail when running windows server backup on a server with Sql Express?

Equipment: I have a Dell PowerEdge T410 with 2 E5506 processors, 32GB of Ram and running Windows Server 2008 R2. It hosts: AD DNS DHCP SQL Express for an Accounting Software Package Quickbooks Issue: Starting about a week ago my nightly backups…
Blackjack00
  • 333
  • 1
  • 5
  • 12
1
vote
1 answer

Does a full Windows Server backup also backup "previous versions" created by VSS?

Let's say I have volume C:\ with VSS enabled, and there is some file C:\somefile.txt, which has been around for a while. Today, I remove C:\somefile.txt. Since VSS is enabled it's still contained in yesterday's VSS snapshot. After removing the…
Heinzi
  • 2,217
  • 5
  • 32
  • 52
1
vote
1 answer

How to take backup of Windows VSS store?

Is it possible to take a backup or image of the shadow store created by the Windows Volume Shadow Copy Service (VSS)? Would Windows Backup include this data when doing a backup?
CJ7
  • 653
  • 10
  • 24
1
vote
2 answers

VSS Not Creating Shadow Set

I'm trying to setup backup scripts on WinXP to use Volume Shadow Sets. I downloaded the VSS 7.2 SDK from MSFT, and used the include vshadow.exe to create a shadow set: vshadow -script=vss-setvar.cmd f: (note that I've tried both f: and c:) vshadow…
Jeff Leyser
  • 682
  • 6
  • 19
1
vote
1 answer

Windows Server Backup, drive is doing full backup instead of incremental

We currently have a windows small business server 2008, that is being backed up using the default SBS tools (windows server backup). Things seem to work properly, but the backups are taking a very long time (up to 12 hours). Everything is configured…
LorenVS
  • 155
  • 7
1
vote
2 answers

Shadow Copies for Shared Folders performance

Can anyone give some insight on the performance impact of enabling Shadow Copy on a file server? We have a volume that has about 700 GB of data on it, used by 100 users. There isn't a really high load for changing files, but many reads. Shadow…
Jeff Miles
  • 2,065
  • 2
  • 19
  • 27
1
vote
7 answers

Where can I find ready to use windows scripts that used robocopy?

We are installing the Windows Resource Kit, and that installs RoboCopy. We want to have access to a few windows scripts that uses RoboCopy so we can start from those to build something else. Any ideas on where I can find a few samples? NOTE 1: A…
Geo
  • 3,071
  • 11
  • 42
  • 52
1
vote
0 answers

Samba 3.5 Shadow Copy for Windows 7

Over the past several days I have been trying to get the shadow to work with samba but haven’t been successful. Can someone check below config and let me know if I am missing something? We are using Equallogic SAN and iSCSI LUNS to mount volumes. I…
1
vote
0 answers

How to enable hardware VSS backups on a Clariion AX4-5i array?

I have a Hyper-V (2008 R2) cluster connected to a Clariion AX4-5i storage array (via iSCSI). The virtual machines are backed up using System Center Data Protection Manager 2012 running on a different physical server. I'd like to use hardware VSS…
Massimo
  • 70,200
  • 57
  • 200
  • 323
1
vote
1 answer

Is it possible to quiesce ms-access for a database backup using VSS?

I was on the phone today with a remote site backup provider and they talked about using Volume Shadowing Service to make a fast database-aware backup. They said that in order for this to work, it would help to have a database that was backup aware,…
leeand00
  • 4,869
  • 15
  • 69
  • 110
1
vote
3 answers

Volume Shadow Copy Remotely?

I'm currently running a Microsoft Server 2008 R2 box and want to utilize Volume Shadow Copy but my development machine doesn't have enough hard drive space for 30 days worth of copies, which is what I am aiming for and currently only have 5 days of…
Aaron Nguyen
  • 55
  • 2
  • 7
1
vote
1 answer

ShadowCopy Error 7001 (Unable to create a shadow copy) but SC got created and works fine, what to do?

I'm running Windows Server 2008 R2 on a Dell R410. A QNAP NAS is connected to it via gigabit crossover. A 2.6 TB LUN is mounted via iSCSI as Volume Z:. A task should create Shadow Copies three times a day (08:00, 12:00 and 16:00). For every task I…
hub
  • 342
  • 1
  • 4
  • 15
1
vote
1 answer

Recover original file names from Volume Shadow Copy?

In the Volume Shadow Copy folders there are some cryptically names files like: \System Volume Information\{3808876b-c176-4e48-b7ae-04046e6cc752} Is there any way to decipher what the file name was before it was put in the System Volume Information…
1
vote
1 answer

Full backup, files copy or VSS for disk replacement on a Windows 2003 server?

I have to replace all disks of a Raid 5 volume for more space on a Windows 2003. I want to see what is the more reliable method to backup or move data of this volume (about 800 Gb). In first I was planning to robocopy all files on a external USB…