summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-12 17:14:41 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-12 17:14:41 +0100
commit6ee6c0d7998d6ffc1f8b07203e2e577424910f98 (patch)
tree6a297f8c0e461d4ec67f08dbe088bd86e14fe6ed /Makefile
parent71964eea0a5ff6a08b056249b762f7827777483a (diff)
Adds a new rsync command - see https://landchad.net/rsync/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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