From 7488b6cbce2d3b4a2fcb0bd6f89c6fcfdd211ca1 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 9 Feb 2021 12:35:39 +0100 Subject: [PATCH] make upload can delete again --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 704b659..ebde46d 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ REMOTE_DIR ?= gallery upload: build @rsync --recursive --partial --progress --copy-links \ --compress --human-readable --hard-links --size-only \ + --delete --delete-after \ -e 'ssh -l $(REMOTE_USER) -i $(IDFILE)' \ $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/