#!/bin/bash -e # Script to copy new processed and aligned from the build server to the this # server (gbdb server) This polls to determine if an alignment has been done # since the last time files were downloaded. Remote file access is by rsync. set -e # errors terminate trap "echo Error: $(hostname) copy failed >&2; exit 1" ERR exec