veeam/blksnap

IOCTL_BLKSNAP_SNAPSHOT_APPEND_FILE

SergeiShtepa opened this issue · 1 comments

Description

It seems to me that a special request 'IOCTL_BLKSNAP_SNAPSHOT_APPEND_FILE', similar to the request 'IOCTL_BLKSNAP_SNAPSHOT_APPEND_STORAGE', can be made. The input parameter for it will be a file descriptor (as for the loop devices). The module will keep it in exclusive access.

Usage tips

  • Please use the 👍 reaction to show that you are interested into this.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this.
  • Subscribe to receive notifications on status change and new comments, you can do also without add comment.

In the 'stable-v2.0' branch of this repository and in the branch 'blksnap-master' of linux repository , the concept of storing snapshot differences in a file was implemented.