#!/bin/sh
rsync --archive --partial --progress --fuzzy \
      --compress --human-readable --safe-links \
      --delete-after "$REPREPRO_BASE_DIR/." jorrit:httpdocs/debian
