shared/api: Add RootOnly to InstanceBackupsPost

Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
This commit is contained in:
Piotr Resztak 2026-03-11 18:29:42 +01:00 committed by Stéphane Graber
parent 20c4c4a886
commit 3c1c72d5d5
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -53,6 +53,10 @@ type InstanceBackupsPost struct {
// Example: false
InstanceOnly bool `json:"instance_only" yaml:"instance_only"`
// Whether to ignore dependent volumes
// Example: false
RootOnly bool `json:"root_only" yaml:"root_only"`
// Whether to use a pool-optimized binary format (instead of plain tarball)
// Example: true
OptimizedStorage bool `json:"optimized_storage" yaml:"optimized_storage"`