Tagged Questions
3
votes
2answers
215 views
Is it necessary to back up the System Volume Information folder?
On a Windows Small Business Server 2011, I have redirected the shadow copies for all volumes to a single, dedicated volume. This volume contains no other data; the only folder is System Volume ...
1
vote
3answers
542 views
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 ...
6
votes
4answers
1k views
SQL Server Backups using Volume Shadow Copy
Many well-known backup utilities for Windows use the Volume Shadow Copy Service built in to newer versions of windows to create a point-in-time snapshot of the disk in order to safely back up open ...
1
vote
1answer
509 views
using windows shadow copy for folders, files
it seems only R2 versions of W2k3 and W2k8 support folder, file level VSS backup. In regular Windows server editions only volumes could be backed up.
is there any links or doc to confirm this ...
0
votes
2answers
549 views
VSS Post Backup failures for Virtual Server 2005 R2 SP1 virtual machines
We've been seeing strange errors with Volume Shadow Copy services on our Virtual Server 2005 R2 SP1 host. It appears to be failing on a strange mountpoint in the C:\WINDOWS\Temp\ folders, which I ...
7
votes
7answers
8k views
How to use a Volume Shadow Copy to make backups
The plan is to create a shadow copy of a quite large, I/O-heavy volume. It's 350GB, containing a filesystem-based fulltext index organized in hundreds of folders and hundred-thousands of tiny files ...
1
vote
1answer
176 views
VSS vs DPM 2007
what is the diff between Volume shadow copy and data protection manager 2007?
http://www.microsoft.com/systemcenter/dataprotectionmanager/en/us/overview.aspx
are they both offering same services?
...
0
votes
4answers
1k views
PST backup with Volume Shadow Copy Service
I was asked to implement the task of backing up 35 PST files ranging from 800Mb to 2000Mb. Windows XP and Windows 2000 workstations are assigned to the users and we have a Windows 2000 domain ...
0
votes
1answer
78 views
Shadow Copy Runs, files cannot be backed up
I am using Ahsay as our backup system, I am backing up a system that always has files open, typically running a Shadow copy allows the backup to run with no problems on the open files, however on a ...
0
votes
2answers
377 views
Restorable-from-scratch Backup of Windows XP onto backuppc
How can I take reverse-incremental backups into backuppc of Windows XP machines? These need to include state information, open files, etc a la VSS (the disk access method, not Source Safe) / shadow ...
0
votes
2answers
596 views
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 ...
1
vote
7answers
25k views
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 ...