centos mirror: exclude dot-files
The upstream mirror seems to have some dotfiles that give permissions errors when trying to rsync. Ignore all dotfiles. Change-Id: Ic165b27ba190667f2b6b9e17cfa3ebe2ea6b9fb3
This commit is contained in:
parent
b9014c6ec0
commit
fb52aca9cb
@ -42,6 +42,7 @@ $K5START rsync -rltvz \
|
||||
--delete \
|
||||
--delete-excluded \
|
||||
--exclude="isos" \
|
||||
--exclude=".*" \
|
||||
$MIRROR $BASE/8-stream
|
||||
|
||||
#
|
||||
@ -59,6 +60,7 @@ $K5START rsync -rltvz \
|
||||
--delete \
|
||||
--delete-excluded \
|
||||
--exclude="isos" \
|
||||
--exclude=".*" \
|
||||
$MIRROR $BASE/8
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user