head     1.2;
branch   ;
access   ;
symbols  ;
locks    romig:1.2; strict;
comment  @# @;


1.2
date     92.11.26.22.58.23;  author romig;  state Exp;
branches ;
next     1.1;

1.1
date     92.04.17.11.02.38;  author romig;  state Exp;
branches ;
next     ;


desc
@Start a full save run.
@


1.2
log
@quoted $time and $check
@
text
@#! /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\"
@


1.1
log
@Initial revision
@
text
@d15 1
a15 1
/usr/local/utils/OR all-backups -c 0 -l 0 -g $host -f $drive -R yes -T $time -C $check
@
