![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Batch process photos with Phatch | iBot | UNIX and Linux RSS News | 0 | 05-01-2008 12:30 PM |
| rsh as super user without password prompt | TheMightyUrrrrf | UNIX for Dummies Questions & Answers | 1 | 02-13-2008 10:50 AM |
| user prompt doesn't pop up with rsh command | ronenalalush | UNIX for Advanced & Expert Users | 1 | 02-13-2007 06:45 AM |
| Prompt User for Pgm Output Destination | termite | Shell Programming and Scripting | 0 | 02-28-2006 12:11 PM |
| trying to read batch process but need some command help | etravels | Shell Programming and Scripting | 1 | 11-19-2003 10:48 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
The script below performs an incremental database backup. When the increment backup is out of sequence, the process prompts the user:
"Incremental backup out of sequece. Do you wish to continue? Y or N". This script is set to run as a scheduled process in background mode. When the script prompts the user, there is no user to enter a value, thus the background process hangs. Is there a way to pass a N to the process in order to continue processing? ******************************************* DLC=/database2/dlc/|export DLC PROMSGS=$DLC/promsgs|export PROMSGS cd /database/ $DLC/bin/prorest /database/$1 /database/restore/$2 ******************************************* |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|