|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Protected Member Functions | |
| _prepareIgnoreList () | |
Protected Member Functions inherited from Snapshot | |
| _createDbBackupInstance () | |
| _getDbBackupManager () | |
| _removeDbBackup () | |
Protected Member Functions inherited from Filesystem | |
| _checkBackupsDir () | |
| _getTarTmpPath () | |
| getRollBackFtp () | |
| getRollBackFs () | |
Protected Member Functions inherited from AbstractBackup | |
| _filterName ($name) | |
Additional Inherited Members | |
Protected Attributes inherited from Snapshot | |
| $_dbBackupManager | |
| $_filesystem | |
| $_backupFactory | |
Protected Attributes inherited from Filesystem | |
| $_ignorePaths = [] | |
| $_useFtp = false | |
| $_ftpHost | |
| $_ftpUser | |
| $_ftpPass | |
| $_ftpPath | |
| $rollBackFtp | |
| $rollBackFs | |
Protected Attributes inherited from AbstractBackup | |
| $_name | |
| $_time | |
| $_backupExtension | |
| $_resourceModel | |
| $_rootDir | |
| $_backupsDir | |
| $_lastOperationSucceed = false | |
| $_lastErrorMessage | |
|
protected |
Add all folders and files except media and db backup to ignore list
Definition at line 55 of file Media.php.
| create | ( | ) |
Implementation Create Backup functionality for Media
Implements BackupInterface.
Definition at line 33 of file Media.php.
| getType | ( | ) |
| rollback | ( | ) |
Implementation Rollback functionality for Media
Implements BackupInterface.
Definition at line 21 of file Media.php.