From 32d2f3f04ff5f1c34bcc0ec5f9f5068e0d63c3ca Mon Sep 17 00:00:00 2001 From: Mayel Date: Wed, 14 Jul 2021 21:56:31 +0200 Subject: [PATCH] fix tar command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f537427..32a0c17 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Coöp Cloud + [PHP](https://php.org) + MariaDB (optional) + Nginx = 🥳 your Docker swarm box - if you need to enable the optional database, uncomment `COMPOSE_FILE="compose.yml:compose.mariadb.yml"` 5. `abra app YOURAPPDOMAIN deploy` -6. Copy your site files using something like: `abra app YOURAPPDOMAIN cp index.html app:/var/www/html/` or if you want to copy an entire directory: `tar cf - ./mysite | abra app YOURAPPDOMAIN cp - app:/var/www/html/` +6. Copy your site files using something like: `abra app YOURAPPDOMAIN cp index.html app:/var/www/html/` or if you want to copy an entire directory: `tar -cf - -C my_site/path/here . | abra app YOURAPPDOMAIN cp - app:/var/www/html/` 6. Use [restore functionality](https://docs.coopcloud.tech/backup-restore/) to import a SQL file into the db 6. Open the configured domain in your browser to check all is good