aboutsummaryrefslogtreecommitdiff
blob: 6dcec30246ef41a612ab335bbab163be45e80b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# Copyright 2011-2015 Gentoo Foundation; Distributed under the GPL v2

FINALDIR="/var/tmp/gmirror-releases/experimental"
RSYNC="/usr/bin/rsync"
RSYNC_ARGS="--no-motd --recursive --times --links --ignore-errors --delete --delete-after --timeout=300 --exclude=timestamp*"
RSYNC_ARGS="${RSYNC_ARGS} --quiet"

[[ -d $FINALDIR ]] || mkdir $FINALDIR
${RSYNC} ${RSYNC_ARGS} woodpecker.gentoo.org::experimental-local/ ${FINALDIR}/


/bin/date -u '+%s %c' > ${FINALDIR}/timestamp.x
/bin/date -R -u > ${FINALDIR}/timestamp.chk
/bin/date -u '+%s' > ${FINALDIR}/timestamp.mirmon