LiveBackupCopyConfig
The configuration used for a live backup copy.
type LiveBackupCopyConfig {
subsiteIds: [Int!]
tables: [LiveBackupCopyTableConfig!]
tool: LiveBackupCopyTool!
type: LiveBackupCopyType!
wpcliCommand: String
}
Fields
LiveBackupCopyConfig.subsiteIds ● [Int!] list scalar common
The subsite IDs included in the copy.
LiveBackupCopyConfig.tables ● [LiveBackupCopyTableConfig!] list object common
The table configuration for the copy.
LiveBackupCopyConfig.tool ● LiveBackupCopyTool! non-null enum common
The tool used to create the copy.
LiveBackupCopyConfig.type ● LiveBackupCopyType! non-null enum common
The type of live backup copy.
LiveBackupCopyConfig.wpcliCommand ● String scalar common
The WP-CLI command used to generate the copy.
Member Of
LiveBackupCopy object