#!/bin/bash

# sample script to run from crontab on mirrors

rsync -avP --delete-after rsync.frugalware.org::ftp/ /srv/ftp
