I would like to make use of this script to sync the single source directory to multiple hosts that share the same destination directory.
If I present a list of host names in the config file, ideally it would iterate over them and issue the rsync command to each one.
SSH_HOST = fileserver-1.dm.com, fileserver-2.dm.com something like this possible?