Restore points

  • Thread starter Thread starter Bob Eyster
  • Start date Start date
B

Bob Eyster

I thought maybe M$ got this option right this time around.

All my restore points has stopped working. Has anyone else had this happen
to them?

I know defragging your HDD will mess up the restore points but I haven't
defragged my drive at this time. No need too.
 
Bob Eyster said:
I thought maybe M$ got this option right this time around.

All my restore points has stopped working. Has anyone else had this happen
to them?

I know defragging your HDD will mess up the restore points but I haven't
defragged my drive at this time. No need too.

I think you lose your Vista restore points if you're dual-booting and boot
into, say, an xp installation.
 
You do loose your restore points if you dual boot. One thing that i have
also noticed is that restore points, on my machine, anyway, are only being
kept for about 6 days, after that they disappear.

--
John Barnett MVP
Associate Expert
Windows - Shell/User

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of any
kind, either expressed or implied, is made in relation to the accuracy,
reliability or content of this mail/post. The Author shall not be liable for
any direct, indirect, incidental or consequential damages arising out of the
use of, or inability to use, information or opinions expressed in this
mail/post..
 
John Barnett MVP said:
You do loose your restore points if you dual boot. One thing that i have
also noticed is that restore points, on my machine, anyway, are only being
kept for about 6 days, after that they disappear.

--
John Barnett MVP
Associate Expert
Windows - Shell/User

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of any
kind, either expressed or implied, is made in relation to the accuracy,
reliability or content of this mail/post. The Author shall not be liable
for any direct, indirect, incidental or consequential damages arising out
of the use of, or inability to use, information or opinions expressed in
this mail/post..


Might be to do with the amount of space allocated to System Restore

You can determine that with the command (at an admin command prompt)

vssadmin list shadowstorage

and, if necessary resize it with the command

vssadmin resize shadowstorage

[syntax ... vssadmin resize shadowstorage /? ]


Aternatively, (but probably less likely) it might be the value of
'RPLifeInterval' (number of seconds restore points live for)
at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SystemRestore
(mine is 4294967295 (decimal) )
 
Jon, I have a couple quick clarifications on your post.

Unfortunately vssadmin resize shadowstorage doesn't quite work the way it
should. You can use this command to change the size, but the size is reset
to the default the next time a restore point is created. We have a bug to
change this so that a custom setting actually sticks.

I hadn't seen reference to the registry entry you mention below. I asked
someone on the System Restore team about this and he says this key is for XP
and doesn't work in Vista. It's there in Vista for compatibility with
scripts using the WMI provider (as you've seen it's set to 0 or 0xffffffff )
but the key is never read when deciding when to delete restore points.

Thanks to you and John for helping out with these questions!

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


Jon said:
John Barnett MVP said:
You do loose your restore points if you dual boot. One thing that i have
also noticed is that restore points, on my machine, anyway, are only
being kept for about 6 days, after that they disappear.

--
John Barnett MVP
Associate Expert
Windows - Shell/User

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of any
kind, either expressed or implied, is made in relation to the accuracy,
reliability or content of this mail/post. The Author shall not be liable
for any direct, indirect, incidental or consequential damages arising out
of the use of, or inability to use, information or opinions expressed in
this mail/post..


Might be to do with the amount of space allocated to System Restore

You can determine that with the command (at an admin command prompt)

vssadmin list shadowstorage

and, if necessary resize it with the command

vssadmin resize shadowstorage

[syntax ... vssadmin resize shadowstorage /? ]


Aternatively, (but probably less likely) it might be the value of
'RPLifeInterval' (number of seconds restore points live for)
at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SystemRestore
(mine is 4294967295 (decimal) )
 
Jon said:
Might be to do with the amount of space allocated to System Restore

You can determine that with the command (at an admin command prompt)

vssadmin list shadowstorage

Out of curiosity, I ran this command...It said I was using 26GB + for shadow
copy? How does one reclaim this storage?

Greenwing
 
Very interesting. Thanks alot Jill. Good to hear the real inside story from
you folks.

--
Jon


Jill Zoeller said:
Jon, I have a couple quick clarifications on your post.

Unfortunately vssadmin resize shadowstorage doesn't quite work the way it
should. You can use this command to change the size, but the size is reset
to the default the next time a restore point is created. We have a bug to
change this so that a custom setting actually sticks.

I hadn't seen reference to the registry entry you mention below. I asked
someone on the System Restore team about this and he says this key is for
XP and doesn't work in Vista. It's there in Vista for compatibility with
scripts using the WMI provider (as you've seen it's set to 0 or
0xffffffff ) but the key is never read when deciding when to delete
restore points.

Thanks to you and John for helping out with these questions!

--
This posting is provided "AS IS" with no warranties, and confers no
rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


Jon said:
John Barnett MVP said:
You do loose your restore points if you dual boot. One thing that i have
also noticed is that restore points, on my machine, anyway, are only
being kept for about 6 days, after that they disappear.

--
John Barnett MVP
Associate Expert
Windows - Shell/User

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of
any kind, either expressed or implied, is made in relation to the
accuracy, reliability or content of this mail/post. The Author shall not
be liable for any direct, indirect, incidental or consequential damages
arising out of the use of, or inability to use, information or opinions
expressed in this mail/post..


Might be to do with the amount of space allocated to System Restore

You can determine that with the command (at an admin command prompt)

vssadmin list shadowstorage

and, if necessary resize it with the command

vssadmin resize shadowstorage

[syntax ... vssadmin resize shadowstorage /? ]


Aternatively, (but probably less likely) it might be the value of
'RPLifeInterval' (number of seconds restore points live for)
at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SystemRestore
(mine is 4294967295 (decimal) )
 
GreenWing said:
Out of curiosity, I ran this command...It said I was using 26GB + for
shadow copy? How does one reclaim this storage?

Greenwing


I believe you can also adjust this registry key to vary the percentage disk
space used

DiskPercent

at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SystemRestore\cfg
 
Hi Jill

Does this particular key currently have any validity? Changing it doesn't
seem to have much effect either.......


DiskPercent

at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SystemRestore\cfg

?

--
Jon



Jill Zoeller said:
Jon, I have a couple quick clarifications on your post.

Unfortunately vssadmin resize shadowstorage doesn't quite work the way it
should. You can use this command to change the size, but the size is reset
to the default the next time a restore point is created. We have a bug to
change this so that a custom setting actually sticks.

I hadn't seen reference to the registry entry you mention below. I asked
someone on the System Restore team about this and he says this key is for
XP and doesn't work in Vista. It's there in Vista for compatibility with
scripts using the WMI provider (as you've seen it's set to 0 or
0xffffffff ) but the key is never read when deciding when to delete
restore points.

Thanks to you and John for helping out with these questions!

--
This posting is provided "AS IS" with no warranties, and confers no
rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


Jon said:
John Barnett MVP said:
You do loose your restore points if you dual boot. One thing that i have
also noticed is that restore points, on my machine, anyway, are only
being kept for about 6 days, after that they disappear.

--
John Barnett MVP
Associate Expert
Windows - Shell/User

Web: http://xphelpandsupport.mvps.org
Web: http://vistasupport.mvps.org

The information in this mail/post is supplied "as is". No warranty of
any kind, either expressed or implied, is made in relation to the
accuracy, reliability or content of this mail/post. The Author shall not
be liable for any direct, indirect, incidental or consequential damages
arising out of the use of, or inability to use, information or opinions
expressed in this mail/post..


Might be to do with the amount of space allocated to System Restore

You can determine that with the command (at an admin command prompt)

vssadmin list shadowstorage

and, if necessary resize it with the command

vssadmin resize shadowstorage

[syntax ... vssadmin resize shadowstorage /? ]


Aternatively, (but probably less likely) it might be the value of
'RPLifeInterval' (number of seconds restore points live for)
at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SystemRestore
(mine is 4294967295 (decimal) )
 
You do loose your restore points if you dual boot.

How loose do they get?
--
Scott http://angrykeyboarder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
NOTICE: In-Newsgroup (and therefore off-topic) comments on my sig will
be cheerfully ignored, so don't waste our time.
 
Jon, I have a couple quick clarifications on your post.
[..........]

Thanks to you and John for helping out with these questions!

Rah Rah Rah! Sis-boom-ba!

--
Scott http://angrykeyboarder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
NOTICE: In-Newsgroup (and therefore off-topic) comments on my sig will
be cheerfully ignored, so don't waste our time.
 
None of those registry keys work in Vista. In XP there was a service (srsvc)
that read the keys and controlled the filesystem filter (sr.sys) according
to these settings.

In Vista, System Restore was reimplemented via snapshots and volsnap does
not read any of these keys.


--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.
 
Thanks Jill. Great information.

--
Jon


Jill Zoeller said:
None of those registry keys work in Vista. In XP there was a service
(srsvc) that read the keys and controlled the filesystem filter (sr.sys)
according to these settings.

In Vista, System Restore was reimplemented via snapshots and volsnap does
not read any of these keys.


--
This posting is provided "AS IS" with no warranties, and confers no
rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.
 
Back
Top