Log in
Factory

BackupFactory

Magento\Backup\Model\BackupFactory

What it does

This factory class creates and loads Magento backup instances by searching for a specific backup based on its creation timestamp and type (database, media, or system).

Developers use this when they need to retrieve an existing backup file for operations like restoration, validation, or displaying backup details in the admin interface.

Public Methods

  • create()