diff options
-rw-r--r-- | content/help.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/help.md b/content/help.md index ee80141..360aec5 100644 --- a/content/help.md +++ b/content/help.md @@ -127,9 +127,9 @@ chmod -R go+r public #### Upload the files -Copy the files in the folder "public" via [secure copy](https://manpages.debian.org/testing/openssh-client/scp.1.en.html) to the webserver. +Copy the files in the folder "public" via "rsync" to the webserver. ``` -scp -r public/* silke@fredowski.duckdns.org:/var/www +rsync -avhP --delete public/* fritz@fredowski.duckdns.org:/var/www ``` |