#!/bin/bash if [ $# -eq 2 ]; then time rsync -vazh --progress --partial $@ else time rsync $@ fi