From 9e45840912ce3734a131ba0b0b52d0b5cc65b675 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 24 Jul 2012 16:36:19 +0200 Subject: [PATCH] use rsync per default to upload the blog --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f41120..5dbf724 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: pelican -s pelican.conf.py . upload: build - scp -r output/* alexis@files.lolnet.lan:/home/www/notmyidea.org/blog + rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@fileS.lolnet.lan:/home/www/notmyidea.org/blog