akeeba:profile:modify

What it does: Modifies an Akeeba Backup profile

Syntax: akeeba:profile:modify --id=ID [--description=DESCRIPTION] [--quickicon=QUICKICON]

Arguments

This command takes no arguments.

Options

--id=ID

Mandatory. The numeric profile ID to modify.

--description=DESCRIPTION

Optional. Change the description of the backup profile to the given string.

Either --description or --quickicon must be specified for the command to be valid.

--quickicon=QUICKICON

Optional. Should there be a one click backup icon for this backup profile? Set to 0 to disable it, set to 1 to enable it.

Either --description or --quickicon must be specified for the command to be valid.

Exit codes

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

0

The command completed without an error.

1

Invalid profile ID.

2

Internal error. Could not modify the backup profile.