Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wbadmin [2017/06/21 10:45]
steve
wbadmin [2017/06/21 10:50]
steve
Line 15: Line 15:
 </​code>​ </​code>​
  
-Logs about backups are saved to ''​C:​\Windows\Logs\''​.+Logs about backups are saved to ''​C:​\Windows\Logs\''​ 
 + 
 +Volume Shadow Copy service must also be running. 
 + 
 +<​code>​ 
 +services.msc 
 +</​code>​ 
 + 
 +In case of errors, run ''​diskshadow''​ to see what files it may be failing on. 
 + 
 +<​code>​ 
 +diskshadow /l out.txt 
 +list writers detailed 
 +exit 
 +notepad out.txt 
 +</​code>​