Backgrounding shell scripts

Backgrounding shell scripts

Post by Name goes her » Wed, 18 Feb 1998 04:00:00



Normally stdin is either undefined or fed from /dev/null in a cron job.
This means that when your backup program prompts for tape 2, it will
probably nuke and die.

What I can't understand is why you feel the need to make it a cron process.
It won't finish automatically anyway; you'll have to deal with tape 2 when
you come in in the morning. You have a number of virtual consoles available
on your system console (at least with SCO - not sure about others).


Quote:> Okay, here goes. I would like to start my backups via cron around 4:00am.
> This is no big deal, but the problem is that my backups will request more
> than one tape. Obviously, if I start my processes in the foreground (from
a
> command line), when the next EOT is reached and another tape is
requested, I
> get a nice message stating to insert another tape and hit Enter.

> If this same process is started in the background, lets say by cron, I
will
> never see the message asking for another tape - unless I look at my log
file.
> But even still, I can change tapes and hot Enter until I'm blue in the
face,
> but the backup will just hang.

> Is there a way to start this backup process via cron, but then somehow
bring
> the proccess into the foreground so that user input will be recongnized?

> Any suggestions will be appreciated.

 
 
 

1. how to kill a background shell script


This isnt the solution you asked for, but you might try getting the sources
for 'ison' at cse.unl.edu:/pub/mgleason/ison43.tar.gz.  Its a utility to
automatically poll the address you specify to see if they are logged in or
not.  The delay is configurable, and it automatically kills itself.

--

 |   Academic Computing Services - CSU Long Beach     finger for pgp public key
 |   finger me for my current "Depeche Mode Collection For Sale list"

2. HELP!!! Need drivers for ATI Radeon M6-P

3. Background Shell Script Question

4. Help with recompile Kernel

5. HELP! Why are background shell scripts being stopped

6. starting windows

7. Help: stty from background shell script Sunos 4.1.1

8. Quotas still not working ?

9. HELP:: Shell Script - Background Process

10. Running Script Shell on background

11. Numeric Variables used in Shell Script run as Background Job

12. Can a bourne shell script "background" itself

13. How to start shell scripts in background?