Skip to content

Commit c642938

Browse files
Update README.md
1 parent eab30fd commit c642938

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,20 @@ The goal of this project is to create a quick virtual machine setup with a WordP
3030
5. WordPress files are located in `/var/www/html` and you can run WPCli commands from there
3131
6. 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
3441
1. 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

0 commit comments

Comments
 (0)