![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Shadow Copy - Can I configure how often? Hello all, I'm trying to get a better understanding of Vista's Shadow Copy. From what I can tell, Shadow Copy is turned on by default, but I want to know can I set when to make a shadow copy of a file or folder. Say for example, can I set it to make a shadow copy every 4 hours? Or what schedule does Vista creates shadow copies? Thanks. Kenny B. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Shadow Copy - Can I configure how often? Kenny expressed precisely : > Hello all, > > I'm trying to get a better understanding of Vista's Shadow Copy. From > what I can tell, Shadow Copy is turned on by default, but I want to > know can I set when to make a shadow copy of a file or folder. Say > for example, can I set it to make a shadow copy every 4 hours? Or > what schedule does Vista creates shadow copies? > > Thanks. > > Kenny B. Info on how Volume Shadow Copy works: http://technet2.microsoft.com/window....mspx?mfr=true -- Mamamegs. I reject your reality and substitute my own. (Adam Savage) www.vistabits.nl MSN: _*mamamegs@gmail.com*_ |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Shadow Copy - Can I configure how often? One thing to be clear about is the shadow copy works on the whole volume. If that is what you want then running this script in task scheduler is one way to get that. Set Args = wscript.Arguments If Args.Count() > 0 Then RpName = Args.item(0) Else RpName = "Vbscript" End If Set obj = GetObject("winmgmts:{impersonationLevel=impersonate}!root/default:SystemRestore") If (obj.CreateRestorePoint(RpName, 0, 100)) = 0 Then wscript.Echo "Success" Else wscript.Echo "Failed" End If "Kenny" <Kenny@discussions.microsoft.com> wrote in message news:020FF509-EA8F-4940-B676-362B63854A01@microsoft.com... > Hello all, > > I'm trying to get a better understanding of Vista's Shadow Copy. From what > I > can tell, Shadow Copy is turned on by default, but I want to know can I > set > when to make a shadow copy of a file or folder. Say for example, can I > set > it to make a shadow copy every 4 hours? Or what schedule does Vista > creates > shadow copies? > > Thanks. > > Kenny B. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How to configure shadow copy storage? | Vista installation & setup | |||
| How to configure shadow copy storage? | Vista General | |||
| How to configure shadow copy storage? | Vista security | |||
| shadow copy | Vista General | |||
| Shadow Copy: Force Copy Creation? | Vista General | |||