simple question about backups
Hi there,
I just took over a really old netra box that is still in use. I have these intructions that tell me to log on and do the following
$at 2300
>sh backupfile
<CONTROL> D
The file called backupfile is just a shell script. It looks like this
tar cvbf 96 /dev/rmt/0 /export /usr2 /bin /etc /home /kernel /lib /lost+found /m
nt /net /opt /platform /sbin /usr
Nothing fancy right... My question is this, why isn't this in a cron job? For some reason might it not work? I mean the best thing to do would be create a cron so you wouldn't have to log in every day.
OK - Thanks for you input.

