Support

Documentation

setRegexDBFilter

DEPRECATED - This method will be removed in Akeeba Backup 7.1

Sets a regular expression database exclusion filter for the backup profile. Available since API version 340.

Request Data expected

All fields are MANDATORY.

profile

Integer. The profile ID you want to list.

root

String. The database root to get filters for (default: [SITEDB])

regex

String. The regular expression to set.

type

String. Filter type, see getRegexDBFilters.

status

Bool. True to set the filter, false to reset (remove) the filter.

Response Data returned

Boolean true on success.