Change typo from isos to iso, exclude source
Signed-off-by: james02135 <james02135@hotmail.com> Change typo from isos to iso, exclude source Signed-off-by: james02135 <james02135@hotmail.com> Fix typo in centos 9 sync script Signed-off-by: james02135 <james02135@hotmail.com> Include the appropriate exclusions in the CentOS 9 script Signed-off-by: james02135 <james02135@hotmail.com>
This commit is contained in:
parent
23311d8f9c
commit
abbddf11db
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
RSYNC='/usr/bin/rsync'
|
RSYNC='/usr/bin/rsync'
|
||||||
RS_OPT="-avSHP --numeric-ids"
|
RS_OPT="-avSHP --numeric-ids"
|
||||||
RS_DEADLY="--delete --delete-delay --delay-updates"
|
RS_DEADLY="--delete --delete-delay --delay-updates"
|
||||||
CENT_EXCLUDES="--exclude=isos --exclude=kickstart --exclude=images --exclude=debug"
|
CENT_EXCLUDES="--exclude=iso --exclude=kickstart --exclude=images --exclude=debug --exclude=source"
|
||||||
|
|
||||||
SERVER=centos-master01.iad2.fedoraproject.org
|
SERVER=centos-master01.iad2.fedoraproject.org
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,8 @@
|
||||||
## Set up variables we use
|
## Set up variables we use
|
||||||
RSYNC='/usr/bin/rsync'
|
RSYNC='/usr/bin/rsync'
|
||||||
RS_OPT="-avSHP --numeric-ids"
|
RS_OPT="-avSHP --numeric-ids"
|
||||||
#RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates"
|
|
||||||
RS_DEADLY="--delete --delete-delay --delay-updates"
|
RS_DEADLY="--delete --delete-delay --delay-updates"
|
||||||
CENT_EXCLUDES="--exclude=isos --exclude=kickstart --exclude=images"
|
CENT_EXCLUDES="--exclude=iso --exclude=kickstart --exclude=images --exclude=debug --exclude=source"
|
||||||
|
|
||||||
SERVER=centos-master01.iad2.fedoraproject.org
|
SERVER=centos-master01.iad2.fedoraproject.org
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue