Collapse All
Parallels C API Reference Guide
PRL_VM_BACKUP_FLAGS Enumeration
PrlCommandsFlags.h PRL_VM Structs

VM backup functionality flags set

Syntax
typedef enum _PRL_VM_BACKUP_FLAGS {
  PBSL_LOW_SECURITY = PSL_LOW_SECURITY,
  PBSL_NORMAL_SECURITY = PACF_NORMAL_SECURITY,
  PBSL_HIGH_SECURITY = PACF_HIGH_SECURITY,
  PBT_FULL = 1<<(PACF_MAX+1),
  PBT_INCREMENTAL = 1<<(PACF_MAX+2),
  PBT_DIFFERENTIAL = 1<<(PACF_MAX+3),
  PBT_RESTORE_TO_COPY = 1<<(PACF_MAX+4),
  PBT_IGNORE_NOT_EXISTS = 1<<(PACF_MAX+5),
  PBT_UNCOMPRESSED = 1<<(PACF_MAX+6),
  PBT_VM = 1<<(PACF_MAX+7),
  PBT_CT = 1<<(PACF_MAX+8)
} PRL_VM_BACKUP_FLAGS;
File
Type Parameters

PBT_FULL
full backup
PBT_INCREMENTAL
incremental backup
PBT_DIFFERENTAL
differental backup
PBT_RESTORE_TO_COPY
change Vm name/uuid/MAC address on restore
PBT_UNCOMPRESSED
uncompressed backup
PBT_VM
for virtual mashines
PBT_CT
for containers
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!