From c0625b76469212348fb6cbfe40e218556f23635e Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 26 Feb 2024 21:30:51 +0100 Subject: [PATCH] Fix fake super --- backmeupscotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backmeupscotty b/backmeupscotty index 9d8853d..729a781 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -108,7 +108,7 @@ function scottysync { fi if [ $FAKE_SUPER -eq 1 ]; then - rsync_fake_super="--rsync-path=\"rsync --fake-super\"" + rsync_fake_super="-M--fake-super" else rsync_fake_super="" fi -- 2.39.5