From 28107273e9c355c4cfdf51e79cbda56f51c90a50 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 14:49:39 +0200 Subject: switched from scp to rsync for file transfer --- content/help.md | 4 ++-- 1 file 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 ``` -- cgit v1.2.3