Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why not online backup using VSS ? #4

Open
rajkosto opened this issue Jun 20, 2023 · 1 comment
Open

Why not online backup using VSS ? #4

rajkosto opened this issue Jun 20, 2023 · 1 comment

Comments

@rajkosto
Copy link

rajkosto commented Jun 20, 2023

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 ?

@cregx
Copy link
Owner

cregx commented Jul 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants