#! /bin/csh -f -b

echo -n "Which host? "
set host = $<

echo -n "Which drive? "
set drive = $<

echo -n "What time? "
set time = $<

echo -n "What time to check the tapes? "
set check = $<

/usr/local/utils/OR all-backups -c 0 -l 0 -g $host -f $drive -R yes -T \"$time\" -C \"$check\"
