Yannick Boetzel
Yannick Boetzel
What do you get for `zfs get type rpool/data/vm-109-disk-0`?
Hm ok I'm not sure how volumes work with mounting/unmounting, since I don't use them...
Hm I specially made pyznap with recursive snapshots in mind. I think I would have to do some restructuring to allow for non-recursive snapshots. I'll have to think about this.
Yes, that will not be possible, as you would take additional snapshots in `storage/zroot` that would mess with zfs send/recv. In this case you would have to specify a retention...
Yes that might be a possibility. I'll have to see how hard that is to implement and how much time I have :).
Hm that is quite interesting, thanks. At the moment there is a 'ZFSDataset' class that has a 'snapshot' function that takes a snapshot of that dataset only (optionally with -r...
I have not had time yet, it's still on my to do list for pyznap... For now you can use the workaround described above. If you only want to take...
As @redmop said, you can take atomic snapshots within the same pool by specifying zfs snapshot rpool/dataset1@snapshot rpool/dataset2/snapshot [-r] But this would need some restructuring of the python code, as...
I'll have to look into this a bit deeper on the weekend, to make sure it doesn't break anything. I'm a bit worried about backwards compatibility as you said, e.g....
Sorry for not getting back to you earlier, I only found time to work on pyznap again this week. I did a few tests with different prefixes and date/time formats,...