#!/bin/sh if [ -d /mathhd0/mk ] ; then rsync -avz --delete --exclude-from=/export/home/exclude.list \ --exclude '._*' /export/home/ /mathhd0 fi