From a6312e60c95e5ebb5764eaf18eb07be23420ebc6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 14 Jan 2025 13:09:33 -0800 Subject: [PATCH] Force rsync group when uploading files. --- packaging/samba-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/samba-rsync b/packaging/samba-rsync index 8691846a..b291b276 100755 --- a/packaging/samba-rsync +++ b/packaging/samba-rsync @@ -121,4 +121,4 @@ fi cd "$SRC_DIR" || exit 1 echo "Copying files from $SRC_DIR to $RSYNC_SAMBA_HOST ..." -do_rsync -aivOHP --del -f._$FILT . "$RSYNC_SAMBA_HOST:$DEST_DIR/" +do_rsync -aivOHP --chown=:rsync --del -f._$FILT . "$RSYNC_SAMBA_HOST:$DEST_DIR/" -- 2.47.2