Re: [pve-devel] [POC storage v3 14/34] add backup provider example

2025-03-12 Thread Fiona Ebner
Am 13.11.24 um 11:52 schrieb Fabian Grünbichler: > didn't give this too close a look since it's an example only, but the > hard-coded NBD indices make me wonder whether we want to have some sort > of mechanism to "reserve" NBD slots while using them, at least for *our* > usage? Fixed in v5. I just

Re: [pve-devel] [POC storage v3 14/34] add backup provider example

2024-11-13 Thread Fabian Grünbichler
didn't give this too close a look since it's an example only, but the hard-coded NBD indices make me wonder whether we want to have some sort of mechanism to "reserve" NBD slots while using them, at least for *our* usage? On November 7, 2024 5:51 pm, Fiona Ebner wrote: > The example uses a simple

[pve-devel] [POC storage v3 14/34] add backup provider example

2024-11-07 Thread Fiona Ebner
The example uses a simple directory structure to save the backups, grouped by guest ID. VM backups are saved as configuration files and qcow2 images, with backing files when doing incremental backups. Container backups are saved as configuration files and a tar file or squashfs image (added to test