mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-27 19:58:24 +01:00
Merge pull request #17 from pyllyukko/rsync_nogroup
Add --no-group to rsync Fixed #17
This commit is contained in:
commit
1d234d5b0b
1 changed files with 1 additions and 1 deletions
|
@ -2364,7 +2364,7 @@ rsync_command() {
|
||||||
|
|
||||||
local SYNC_LOCK=$SBOPKGTMP/sbopkg_sync.lck
|
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/
|
$RSYNCFLAGS $REPO_LINK/ $REPO_DIR/
|
||||||
case $? in
|
case $? in
|
||||||
35)
|
35)
|
||||||
|
|
Loading…
Add table
Reference in a new issue