Making Backups on your own
You may take a backup of your website at any time by running wp-backup
from the command line. To exclusively backup your database, you may use wp db export
.
The current status of the backups can be seen using the command wp-backup-status
.
You can do this also from the admin pages under Tools -> Backups -> Create a new backup.
