aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtimestamp-rsync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/timestamp-rsync.sh b/timestamp-rsync.sh
index 55fbcc7..2dca8e0 100755
--- a/timestamp-rsync.sh
+++ b/timestamp-rsync.sh
@@ -3,6 +3,7 @@
case $HOSTNAME in
kookaburra) TARGET=/var/tmp/gmirror/snapshots-final/.timestamp-snapshots.x ;;
dipper) TARGET=/var/tmp/gmirror-rsync/snapshots-final/.timestamp-snapshots.x ;;
+ blackcap) TARGET=/var/tmp/gmirror-rsync/snapshots-final/.timestamp-snapshots.x ;;
*) echo "Unknown host in timestamp-rsync.sh!" 1>&2 ; exit 1 ;;
esac
/bin/date -u +'%s %a, %d %b %Y %H:%M:%S %z' >"${TARGET}"