Log in
Model

Cron

Magento\Backup\Model\Config\Backend\Cron

What it does

This backend model manages the scheduled backup configuration in Magento 2.

When an admin saves backup settings in the configuration panel, this class automatically updates the cron schedule to run system backups at the specified time and frequency (daily, weekly, or monthly).

Developers would customize this class when modifying how automated backup scheduling works or when extending backup functionality.

Public Methods

  • afterSave()