From 6ee6c0d7998d6ffc1f8b07203e2e577424910f98 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 12 May 2023 17:14:41 +0100 Subject: Adds a new rsync command - see https://landchad.net/rsync/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eadd38c..3d459a3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ push: - hugo && rsync -avzr public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude='*.xcf' --exclude Makefile --exclude .git --exclude .htaccess --delete + hugo && rsync -rtvP public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude='*.xcf' --exclude Makefile --exclude .git --exclude .htaccess --delete pull: rsync -avzr lemon@joannalemon.com:/var/www/yulqen.org/ public/ --exclude Makefile --exclude .git --delete-excluded --delete -- cgit v1.2.3