mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 11:40:26 +03:00
Merge pull request #17 from pyllyukko/rsync_nogroup
Add --no-group to rsync Fixed #17
This commit is contained in:
commit
1d234d5b0b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user