From 8dafd475bba5522d868bd13671bd7b21edbde214 Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Sun, 5 Apr 2020 17:09:30 +0200 Subject: [PATCH] Changed sync file --- send.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.sh b/send.sh index 0d5d7a3..cbd79ea 100755 --- a/send.sh +++ b/send.sh @@ -1 +1 @@ -rsync -avdhn --exclude=.git --exclude=send.sh ./ rpi:/DATA/www +rsync -avdhn --delete --exclude=.git --exclude=send.sh ./ rpi:/DATA/www