• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Multiple Drives WHS + VSS?

zerogear

Diamond Member
I heard this was disabled due to problems having VSS working with multiple drives, was it ever solved with PP2?

I kind of would like VSS being enabled in my WHS, but at the moment, if it causes data corruption, there would be no point. Does anyone know about this issue?
 
VSS isn't currently supported on WHS. The reason is simple, VSS takes a snapshot of a specific volume and keeps 'previous' copies available. But if you think about how the drive exender works it becomes obvious that VSS is broken.

VSS takes a snapshot of a tombstone which is just a LINK to the file stored on a different drive. VSS on the 'other' drive (which might be on a different schedule) takes a snapshot of the original file. When you 'restore' a previous version in VSS you restore the tombstone. There is no logic to tell the actual drive holding the data to restore the file (or even, at this point, to determine if it exists)
 
Originally posted by: IHAVEAQUESTION
So how does this VSS differ from disc image backup? It seems to me the VSS aims to create continuous backup so we can undo change one at a time. If this is so, it's a great feature and I might want this as well.
VSS (in Vista Business and Ultimate, only) keeps copies of past versions of files on your Vista computer. The number of copies available depends on the space devoted to the Shadow Copies and the sizes and number of changes to the monitored files.

It can be accessed by right-clicking on the relevant file/folder, selecting "Properties", and selecting the "Previous Versions" tab.

It's not a "continuous" copy. It's a "snapshot" of the file state at certain times. I don't know how Vista determines the times. On Server 2003, the snapshots are done on a predetermined schedule (twice a day by default).
 
Back
Top