LiveBackupCopyType
The supported live backup copy modes.
enum LiveBackupCopyType {
full
subsite_ids
tables
wpcli_command
}
Values
LiveBackupCopyType.full
Copy the full database.
LiveBackupCopyType.subsite_ids
Copy selected subsite IDs.
LiveBackupCopyType.tables
Copy selected tables.
LiveBackupCopyType.wpcli_command
Copy data selected by a WP-CLI command.
Member Of
LiveBackupCopyConfig object