package hybridBackup type BackupConfig struct { DiskUID string //The UID of the target fshandler ParentUID string //Parent virtual disk UUID ParentMountPoint string //Mount point of the parent disk Mode string //Backup mode }