datto / dattobd

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
576 stars 122 forks source link

Feature request: dynamically grow COW file #53

Closed catphish closed 8 years ago

catphish commented 8 years ago

it is technically feasible to have the space allocated for the COW data to grow dynamically whenever it nears being full, rather than having to choose a fixed size for the file in advance?

crawfxrd commented 8 years ago

See https://github.com/datto/dattobd/pull/10#issuecomment-153902580 @tcaputi made when this issue was brought up before.