#!/usr/bin/env bash
. /mirror/lib/sync.sh
ffts="fullfiletimelist-epel"
checkresult=$(rsync --no-motd --dry-run --out-format="%n" "$source/${ffts}" "./data/${ffts}")
if [[ -z "$checkresult" ]]; then
    exit 0
fi
get $source
