akeeba:profile:export

What it does: Exports the configuration information and filters of a backup profile as a JSON file. You can import it from the Akeeba Backup user interface or using the akeeba:profile:import command on this or any other site.

This command echoes a JSON document.

Syntax: akeeba:profile:export --id=ID [--filters]

Arguments

This command takes no arguments.

Options

--id=ID

Mandatory. The numeric ID of the profile to modify.

--filters

Optional. Include the filter settings?

If this option is not present only the configuration settings are exported, not the filters.

Exit codes

One of the following exit codes will be set when the command finishes running:

0

The command completed without an error.

1

An error occurred.