From: Alexander Schmidt Date: Mon, 26 Feb 2024 20:30:51 +0000 (+0100) Subject: Fix fake super X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/commitdiff_plain Fix fake super --- 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