Adi Oltean
Check me out on the web at Antimail.
I am a Software Design Engineer, working on Windows Storage Services: shadow copies, storage management (VDS, VSS, FSRM), client experience around storage and various other things.
If you are intersted in my education background: I graduated with B.D. from University of Bucharest, Romania (Mathematics Department) and another B.D. in Industrial Chemistry from University "Politechnica" of Bucharest.
Sometimes I write stuff in my <a href="http://blogs.msdn.com/AdiOltean">blog</a>.
If you are intersted in my education background: I graduated with B.D. from University of Bucharest, Romania (Mathematics Department) and another B.D. in Industrial Chemistry from University "Politechnica" of Bucharest.
Sometimes I write stuff in my <a href="http://blogs.msdn.com/AdiOltean">blog</a>.
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Mar 21, 2007 at 1:30 AM1) Create a system restore point containing the file
2) Modify this file
3) Right-click to see its previous versions.
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Mar 21, 2007 at 1:26 AMSpecifically are they mounted when accessed, or always there?
[adi] They are mounted when accessed for the first time.
>>> Can you talk some about the effects of defrag on previous versions?
[adi] This is a complicated topic - we performed many defrag-related optimizations in shadow copy technology in Windows Server 2003 and even more optimizations in Vista. What's new in Vista is an optimized defrag strategy that would minimize (and even eliminate) side-effects of defrag (like unnecessary growth of the shadow storage area during defrag, or eliminating unnecessary performance implications related with the Copy-on-write, etc). It migth be a great topic for a blog post..
>>> In the video it discussed VSS and hardware providers, does previous versions work with hardware providers on Vista? On Longhorn?
[adi] Hardware providers are not supported on client releases of Windows since this is a essentially server technology. In the next Windows server release (code-name Lonhgorn) we have a number of improvements of VSS Hardware technology - stay tuned!
>>> The integration of previous versions also works with shares on W2003?
[adi] Yes, this continues to work as in Windows XP SP2.
How does previous versions work when DPM is installed? Can DPM be installed on Vista, or is this just a server technology?
[adi] The Previous Versions tab is integrated with DPM storage as it used to in XP timeframe.
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Mar 21, 2007 at 1:18 AMThat won't work as shadow copies are essentially read-only volumes.
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Mar 21, 2007 at 1:16 AMCorrect. One note - we used the code name "Timewarp" since 2001-2002, basically when the whole "Previous Versions" project was started. As mentioned in the video, the first shipping vehicle for Previous Versions was Windows Server 2003. What Vista added was support for local Previous Versions.
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Feb 27, 2007 at 7:20 AM>>> About System Restore: In previous versions it would only restore the system and application files but wouldn't touch any documents. Is this still the case? I found it pretty handy that documents weren't touched.
That's correct - the user data will not be replaced, only system-related binaries and stuff.
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Feb 27, 2007 at 7:18 AMYou will not be able to do that - the Previous Versions will appear in explorer as read-only shares, with a special name, like this:
\\localhost\C$\Users\ (Today, February 27, 2007, 7 hours ago)
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Feb 26, 2007 at 10:03 PMThe shadow copies are taken at a predefined interval (daily, at 4:00 AM in the morning). Or if the system is sleeping at that time, then they are taken a few dozen minutes after idle time (but before the system goes to sleep again).
>>> Also, any chance NTFS will support the recycle bin? It seems at this time (XP) it is a shell feature cause I only get files in the recycle bin if I delete using explorer? But, if I use command line or some other app those files aren't put in the recycle. I would love to see the recycle bin be a file system feature.
Correct - Recycle Bin is primarily a Shell feature. However, you can use the Previous Versions feature to retrieve older copies of deleted files, no matter what application deleted them.
Thanks, Adi
Windows Vista "Time Warp": Understanding Vista's Backup and Restore Technologies
Feb 26, 2007 at 9:58 PMThanks for your feedback. We got similar requests from various users to have a way to mark certain files as "sensitive" and therefore remove them from Recycle Bin or Previous Versions (especially from shadow copies).
Vista (and Windows in general) doesn't have today a way to mark certain files as "sensitive".
What you can do to prevent sensitive files on a shadow copy/previous versions - one of the following solutions:
1) Encrypt sensitive files using a special key that yo then obliterate. This is one of the safest methods as it makes sure that these files will be "un-decryptable" moving forward.
2) Turn off System Restore, as Charles mentioned