dattobd icon indicating copy to clipboard operation
dattobd copied to clipboard

Why the cow path must be a path on the block device?

Open zekyang opened this issue 1 year ago • 2 comments

Hi, I have a question. why the cow path must be a path on the block device? If I want to snapshot a disk and save the backup data in the another disk, dattobd can do?

zekyang avatar Nov 15 '24 02:11 zekyang

Due to the way COW algorithm, it's best to create it on a block device. The same is true for Windows VSS.

dattobd is a partition-unit snapshot, not a disk. You can mount the snapshot and copy the data. Or you can create an image from the snapshot and restore it to a partition on a different disk.

yito24 avatar Nov 18 '24 05:11 yito24

Hi, I have a question. why the cow path must be a path on the block device? If I want to snapshot a disk and save the backup data in the another disk, dattobd can do?

I have implemented this function and have been using it in large-scale production for a long time.

oracleloyall avatar Mar 17 '25 10:03 oracleloyall