memfs icon indicating copy to clipboard operation
memfs copied to clipboard

Apply volume changes to some other fs/volume

Open make-github-pseudonymous-again opened this issue 4 years ago • 1 comments

Once a Volume has been created and fs operations have been applied to it, is there any standard way to apply all those fs operations to some other Volume or to the real fs? I have seen unionfs but this only allows you to create a view of a stack of file systems. What I would like to do is make this view real through real fs operations.

PS: for my use case, I can instead copy the relevant part of the file system, modify the copy, then replace the original with the copy. I am just curious if this can be done through this library.