wpenv-console

Backup Command - WordPress Backup

This is a part of wpenv-console designed to simplify the process of creating backups for your WordPress web application, including database backups and file backups.

Usage

To create a backup of your WordPress web application, use the following command:

php nino backup

This command will create a backup of your entire WordPress setup, including both database and file backups.

Configuration

The BackupCommand reads configuration settings from your .env file to determine various parameters for the backup process. Ensure that your .env file contains the necessary settings:

Example

Create a backup of your WordPress web application:

php nino backup

Support and Feedback

For questions, issues, or feedback related to the BackupCommand or wpenv-console, please create an issue on GitHub.