aboutsummaryrefslogtreecommitdiff
blob: 55fbcc7ba5d0b2f903680f931d18d6b8db4dcfcc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Copyright 2012-2015 Gentoo Foundation; Distributed under the GPL v2
case $HOSTNAME in
	kookaburra) TARGET=/var/tmp/gmirror/snapshots-final/.timestamp-snapshots.x ;;
	dipper) 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}"