For the complete documentation index, see llms.txt. This page is also available as Markdown.

AllDatabases Object

Description

Specifies parameters to use when backing up all databases.

Properties

isSeparateDatabases

Indicates whether the databases should be separated into separate backup files.

Type: boolean

Required: Yes

Sample JSON

{
    "isSeparateDatabases": false
}

Last updated