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:48]
steve
wbadmin [2017/06/21 10:50]
steve
Line 17: Line 17:
 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 started.+Volume Shadow Copy service must also be running.
  
 <​code>​ <​code>​
Line 23: Line 23:
 </​code>​ </​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>​