From e190f85dc14587a25ccfcc5e027b8c497db0b9ca Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Wed, 10 Feb 2016 23:22:21 +0200 Subject: [PATCH] Add --no-group to rsync So that the files and directories are not owned by "users" group, but root. --- src/usr/sbin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index fcef289..acc8e56 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -2364,7 +2364,7 @@ rsync_command() { local SYNC_LOCK=$SBOPKGTMP/sbopkg_sync.lck - rsync --archive --delete --no-owner --exclude="*.sbopkg" \ + rsync --archive --delete --no-owner --no-group --exclude="*.sbopkg" \ $RSYNCFLAGS $REPO_LINK/ $REPO_DIR/ case $? in 35)