Configures the schedule for automatic database backups and determines the maximum number of backup and supportsave files to save before they are deleted.
This example configures a backup schedule of 0200 on the 3rd day of the month and then shows how to use the efa system settings show command to view all settings, including the new backup schedule.
$ efa system settings update --backup-schedule 2:3:*:* Setting Update Successful --- Time Elapsed: 319.383113ms --- $ efa system settings show +----------------------------+-----------+ | SETTING | VALUE | +----------------------------+-----------+ | Max Backup File Limit | 5 | +----------------------------+-----------+ | Max Supportsave File Limit | 5 | +----------------------------+-----------+ | Backup Schedule | 0 2 3 * * | +----------------------------+-----------+ --- Time Elapsed: 181.854843ms ---