summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSchroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>2021-01-24 17:00:44 +0100
committerSchroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>2021-01-24 17:05:23 +0100
commitd7e6260688347eb84ee401f82af76a14d975da73 (patch)
tree583a83c42f1c039683b45a95b5810c4582a47a0b /README.md
parent915e7584b0870ccb0bfbfa9a0ee93db918659e06 (diff)
Migration: Add info for copying data including its metadata
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4016dc5..39991fb2 100644
--- a/README.md
+++ b/README.md
@@ -515,7 +515,7 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som
```
4. Copy your data (nextcloud_app_1 is the name of your Nextcloud container):
```console
- docker cp ./data/ nextcloud_app_1:/var/www/html/
+ docker cp --preserve ./data/ nextcloud_app_1:/var/www/html/
docker-compose exec app chown -R www-data:www-data /var/www/html/data
docker cp ./theming/ nextcloud_app_1:/var/www/html/
docker-compose exec app chown -R www-data:www-data /var/www/html/theming