#!/bin/sh

rsync_msg="--verbose --human-readable --progress"
rsync_misc="--recursive --times"
rsync ${rsync_msg} ${rsync_misc} $@

