Skip to content
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

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

Open
zekyang opened this issue Nov 15, 2024 · 1 comment
Open

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

zekyang opened this issue Nov 15, 2024 · 1 comment

Comments

@zekyang
Copy link

zekyang commented Nov 15, 2024

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?

@yito24
Copy link

yito24 commented Nov 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants