|
|
|
|
|
by mustache_kimono
1129 days ago
|
|
Really excited about this. Once support hits in Linux, a little app of mine[0] will support block cloning for its "roll forward" operation, where all previous snapshots are preserved, but a particular snapshot is rolled forward to the live dataset. Right now, data is simply diff copied in chunks. When this support hits, there will be no need to copy any data. Blocks written to the live dataset can just be references to the underlying snapshot blocks, and no extra space will need to be used. [0]: https://github.com/kimono-koans/httm |
|
> Roll forward to a previous ZFS snapshot, instead of rolling back (this avoids destroying interstitial snapshots):