Create a backup with the given name and collections
request_id
async or not
backup name, will generate one if not set
backup root path
collection names to backup, empty to backup all
database and collections to backup. A json string. To support database. 2023.7.7
filter for backup
force backup skip flush, Should make sure data has been stored into disk when using it Deprecated: set strategy=skip_flush instead
gc pause API address
if true, stop GC to avoid the data compacted and GCed during backup, use it when the data to backup is very large.
gc pause seconds, set it larger than the time cost of backup
only backup meta, including collection schema and index info Deprecated: set strategy=meta_only instead
whether backup RBAC
uuid of request, will generate one if not set
strategy for backup, one of [meta_only, skip_flush, bulk_flush, serial_flush], if not set will auto select
OK
error msg if fail
uuid of the request to response