#!/bin/sh

# vi(1) se: tabstop=4

rsync \
	--archive \
	--acls \
	--xattrs \
	--hard-links \
	--sparse \
	--rsh='ssh -aTx -l bad-buug -o BatchMode=yes' \
	--checksum \
	--partial \
	--one-file-system \
	--delete-excluded \
	--ignore-times \
	--compress-level=9 \
	--quiet \
	/var/www/www.buug.org/ \
	primate.net.:'sites/buug/'
