Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Shadow Copy - Can I configure how often?

Reply
 
Old 04-25-2007   #1 (permalink)
Kenny


 
 

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 SpecsSystem Spec
Old 04-25-2007   #2 (permalink)
Mamamegs


 
 

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 SpecsSystem Spec
Old 04-26-2007   #3 (permalink)
Joe Couvillion[MSFT]


 
 

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 SpecsSystem Spec
Reply

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46