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

FINALDIR="/data/mirror"
PASSWD_FILE="/etc/mastermirror-fetch/osuosl-rsync.passwd"
RSYNC="/usr/bin/rsync"
RSYNC_ARGS="--recursive --links --perms --times --delete --hard-links --no-motd --timeout=300 --password-file ${PASSWD_FILE}"
RSYNC_ARGS="${RSYNC_ARGS} --quiet"

# Reminder: "masterdistfiles.g.o" is OSUOSL, hence the special user
${RSYNC} ${RSYNC_ARGS} gentoo@masterdistfiles.gentoo.org::gentoo/ ${FINALDIR}/