batcave: delete excluded content in CentOS sync scripts
This commit is contained in:
parent
fe5216bb1f
commit
fafd6f1adc
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
## 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-delay --delay-updates"
|
RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates"
|
||||||
CENT_EXCLUDES="--exclude=iso --exclude=kickstart --exclude=images --exclude=debug --exclude=source"
|
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,7 +3,7 @@
|
||||||
## 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-delay --delay-updates"
|
RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates"
|
||||||
CENT_EXCLUDES="--exclude=iso --exclude=kickstart --exclude=images --exclude=debug --exclude=source"
|
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