You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Backup module allows administrators to perform backups and rollbacks. Types of backups include system, database and media backups. This module relies on the Cron module to schedule backups.
1
+
# Magento_Backup module
2
2
3
-
This module does not affect the storefront.
3
+
The Magento_Backup allows administrators to perform backups and rollbacks. Types of backups include system, database and media backups. This module relies on the Cron module to schedule backups.
4
+
5
+
The Magento_Backup does not affect the storefront.
6
+
7
+
For more information about this module, see [Magento Backups](https://docs.magento.com/m2/ce/user_guide/system/backups.html)
8
+
9
+
## Extensibility
10
+
11
+
Extension developers can interact with the Magento_Backup module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html).
12
+
13
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Backup module.
14
+
15
+
### Layouts
16
+
17
+
This module introduces the following layouts and layout handles in the `view/adminhtml/layout` directory:
18
+
19
+
`backup_index_block`
20
+
`backup_index_disabled`
21
+
`backup_index_grid`
22
+
`backup_index_index`
23
+
24
+
For more information about layouts in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html).
25
+
26
+
## Additional information
27
+
28
+
For information about significant changes in patch releases, see [2.3.x Release information](https://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html).
0 commit comments