wim-backup icon indicating copy to clipboard operation
wim-backup copied to clipboard

Why not online backup using VSS ?

Open rajkosto opened this issue 2 years ago • 1 comments

This is basically how all partition-level imaging utilities get a consistent copy of the online windows partition, they first create a VSS snapshot of the partition and then read that partition instead of the actually running one, discarding the VSS snapshot when done. A tool called Dism++ already has a backup method with a VSS checkbox that allows you to do this on a running system, is it possible to add it to this application so it can be run online without the whole WinPE steps required for backup ?

rajkosto avatar Jun 20 '23 19:06 rajkosto

Currently, I have very limited time available to implement this functionality. However, you are welcome to clone the repository and integrate the functionality yourself or submit a corresponding pull request. Perhaps the VSSAdmin tool can be utilized for the solution. Otherwise, I would like to thank you for the request, and I will keep the request open for now. I hope this helps! If you have any further questions, feel free to ask.

regards Christoph

cregx avatar Jul 09 '23 07:07 cregx