Difference between revisions of "Generate Shadow Copy Backups (snapshot)"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Microsoft '''Back to Windows 10''' wmic shadowcopy call create Volume=C:\ or VSSADMIN create shadow /for=c:")
 
Line 1: Line 1:
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]
 
'''[[Microsoft#Windows 10|Back to Windows 10]]'''
 
'''[[Microsoft#Windows 10|Back to Windows 10]]'''
 +
 +
Enable Shadow Copy (also called as "Previous Version") for your volume/disk. Then create a schedule task for either commands below:
  
 
  wmic  shadowcopy call create Volume=C:\
 
  wmic  shadowcopy call create Volume=C:\

Revision as of 14:51, 7 April 2020

Back to Windows 10

Enable Shadow Copy (also called as "Previous Version") for your volume/disk. Then create a schedule task for either commands below:

wmic  shadowcopy call create Volume=C:\

or

VSSADMIN create shadow /for=c: