#!/bin/sh
#	cpiodump dir dev

if [ $# -lt 1 ];then set  . /dev/rmt0h; fi
if [ $# -lt 2 ];then set $1 /dev/rmt0h; fi

find $1 -depth -print | cpio -oc | compress >$2

