From 70c5ec89d6e924cf9896809865f49a7ee839ab93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Carton?= Date: Mon, 26 Oct 2020 17:15:10 +0100 Subject: Support custom rsync options --- blogit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogit b/blogit index c3e4435..f5362c5 100755 --- a/blogit +++ b/blogit @@ -41,7 +41,7 @@ init: build: blog/index.html tagpages $(patsubst articles/%,blog/%.html,$(ARTICLES)) deploy: build - rsync -rLtvz blog/ data/ $(BLOG_REMOTE) + rsync -rLtvz $(BLOG_RSYNC_OPTS) blog/ data/ $(BLOG_REMOTE) clean: rm -rf blog tags -- cgit v1.2.3