From fcd68707349b8f1818a54be6a9e88dc1590c655f Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 7 Aug 2022 21:16:00 +1200 Subject: [PATCH] build: add old-args opt to rsync options Temporary workaround for rsync versions higher than 3.2.3. *makes confused unga bunga sounds* --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b8998d..d020ca1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ REPO_PATH=/var/lib/repo/${REPO_NAME} REMOTE_USER=$(shell pass rsyncd/mirror-${REPO_NAME}-user) REMOTE_HOST=$(shell pass rsyncd/mirror-${REPO_NAME}-host) REMOTE_PATH=${REPO_NAME} -RSYNC_OPTS=-lrhvPt --delete +RSYNC_OPTS=-lrhvPt --delete --old-args RSYNC_OPTS_DRY=${RSYNC_OPTS} --dry-run RSYNC_PASSWORD=$(shell pass rsyncd/mirror-${REPO_NAME})