Task scheduler to create Shadow Copy

From Tech-Wiki
Revision as of 21:59, 6 June 2019 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Microsoft '''Back to Misc''' Create a daily task with high privileges and following action: Program: wmic Parameter: shadowcopy call create...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Misc

Create a daily task with high privileges and following action:

Program: wmic
Parameter: shadowcopy call create Volume=C:\

If it's requried to increase the size of Shadow Storage:

vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=20%