#
# SmartClient Rsync setting
#

#
# list of rsync master servers
#
RSYNC_MASTER_SERVERS="rsync.vermkv"

#
# list of all servers that should act as a SmartClient rsync server
# (store reference images)
# required by sc_distributeimage.sh
# TODO: can these also be found by LDAP information?
#
RSYNC_SLAVE_SERVERS="slplv01.plus.gs"

#
#
#
RSYNC_PATH="/var/lib/smartclient/rsync/"

#
# 
#
RSYNC_IMAGES="images/refImage100 images/refImage100-test"

#
# rsync default option when transfering images
#   if image is stored on NFS, make sure following options are not enabled:
#     --xattrs
#     --acl (might work, depending on NFS)
#
#RSYNC_TRANSFER_OPTIONS="--archive --one-file-system --numeric-ids --verbose --progress --stats --delete --delete-excluded"
RSYNC_TRANSFER_OPTIONS="--archive --one-file-system --numeric-ids --acls --xattrs --verbose --progress --stats --delete --delete-excluded"
