-
Notifications
You must be signed in to change notification settings - Fork 75
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
how to do with suspend and resume of acquisition now? #105
Comments
There is no functionality to suspend, there is only functionality to resume after a crash. |
implement it, or hire someone to implement it for you |
i am tring to implement it , based on your code , god bless me :) |
let's do a step back first then, where are planning to implement this? and how does this process going to look from a user perspective? Ctrl^C when running ewfaquire? |
my condition is that,i need to get raw image date from remote client . so the raw date is passed by net . when i get the raw date i use the lib to write in the format of ewf , somewhat like ewfaquirestream ( get the whole raw image then convert to ewf sometimes may be impossiable duo to the size of local disk ) , in the duration of passing date by net, user may suspend it ,close the program or net is wrong. so i need to support resume. |
In a separate tool or in ewfaquire? The quick and dirty way would be
Not really suspend - resume but might give you the same functionality For now the library does not provide you the interfaces to easily control the format for the suspend as you have it in mind. The resume currently also requires the full source disk |
thank you for your patience and suggestions... |
ack, closing issue |
as you mensioned on issue #7 add functionality to support user suspend and resume of acquisition , i need this functionality, is there any suggestion for me or how to realize it ?
The text was updated successfully, but these errors were encountered: