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:
Ian Wienand 2020-12-11 11:30:27 +11:00
parent b9014c6ec0
commit fb52aca9cb

View File

@ -42,6 +42,7 @@ $K5START rsync -rltvz \
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude="isos" \ --exclude="isos" \
--exclude=".*" \
$MIRROR $BASE/8-stream $MIRROR $BASE/8-stream
# #
@ -59,6 +60,7 @@ $K5START rsync -rltvz \
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude="isos" \ --exclude="isos" \
--exclude=".*" \
$MIRROR $BASE/8 $MIRROR $BASE/8
# #