nixomose

Results 49 comments of nixomose

well dattobd doesn't care if it's a vm or a real machine, it makes snapshots of block devices. so if you run it inside your virtual machine you'll get a...

so yeah, you can't restore on to a disk that's running the OS the machine is booted into. I mean maybe you could if you tried real hard, but that's...

this is kind of an exercise for the reader. you need to write the scripts to call dbdctl before the filesystems that were snapshotted are mounted. this means you have...

yes, but there is a limit. a given block will only be cowed once. So for example, the superblock gets rewritten to many times, it's only going to end up...

yeah. We have seen the effect you are talking about but we've never run into the case where we ran out of memory before we ran out of cow file....

everything in dattobd is 4k, including cow block size, so multiply nr_changed_blocks by 4096 and that should be it.

I've gotten it to build and work on a pi a long time ago. it's possible and not that hard. you just have to find the bits of code that...

well there's two things here: getting dattobd to run on a raspi (which I've managed to do, but as is, it won't work) and will it work on nfs. I...

I can refer you to this issue: https://github.com/datto/dattobd/issues/248

sorry that one's new to me. Haven't seen that before. check the parameter type of n? apparently it's supposed be 64 bits and I guess it's not, which probably means...