mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
shared/api: Add RootOnly to InstanceBackupsPost
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
This commit is contained in:
parent
20c4c4a886
commit
3c1c72d5d5
@ -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"`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user