File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,20 @@ The goal of this project is to create a quick virtual machine setup with a WordP
30305 . WordPress files are located in ` /var/www/html ` and you can run WPCli commands from there
31316 . This repo is mirrored from your local machine over to ` /quick-wordpress ` on your vm
3232
33+ ## Backup and Restores
34+ 1 . In order to do backup and restores login to your virtual machine - ` $ vagrant ssh `
35+ 2 . ` $ cd /quick-wordpress `
36+ 3 . ` $ ./backup.sh ` and follow the on screen instructions
37+ 4 . Backups are saved in the ` /quick-wordpress/backups ` directory
38+ 5 . If you'd like to restore from a previous backup - ` $ ./restore.sh ` and follow the on screen instructions
39+
3340## Cleanup
34411 . If you are ready to delete your WordPress VM from you local machine - ` $ vagrant destroy -f `
3542
3643## Project Roadmap
3744* ~~ LAMP Stack installed on Virtual Machine with WordPress using Vagrant~~
3845* ~~ Plugin installations on initial WordPress install~~
3946* ~~ Site Backups~~
40- * Site Restores
47+ * ~~ Site Restores~~
4148* Web Application instead of bash scripts for WordPress install, backup, and restore
4249* Modifications to WP details in order to give a working WordPress backup to a host
You can’t perform that action at this time.
0 commit comments