Explorar el Código

Update 'README.md'

tags/0.9.0
maeda hace 4 años
padre
commit
3b556c122d
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      README.md

+ 3
- 2
README.md Ver fichero

@@ -110,8 +110,9 @@ You also need to setup a `post-receive` hook on the host server.
110 110
 ### Backup commands
111 111
 
112 112
 #### Uploads Directories
113
-1. On your development machine: `rsync -av <user>@<host>:/opt/vue-wp/uploads/ <local directory>`
114
-
113
+1. Download to development machine: `rsync -av <user>@<host>:/opt/vue-wp/uploads/ <local directory>`
114
+2. Upload from development machine: `rsync -azP ./uploads/* next:/opt/staging/vue-wp.git/uploads/`
115
+3. 
115 116
 #### mysql Dump
116 117
 1. On the production machine:
117 118
 ```

Loading…
Cancelar
Guardar