Summary: Hi, We have several backup jobs running everyday. We do get mails if job is successful/fails. For some reason, if the job didnot run, we would know th...
Summary: Hello,I hope someone can help me with the failed back up message I get. Here it is: Backup status = "FAILED = CODE 4", It didn't try to do a verify si...
Summary: I'm trying to write a backup script to backup a couple directories. This is what I have so far, it's not fleshed out because I've been getting errors...
Summary: Hi, I was wondering if anybody knew how to make a shell script that will make a backup of a file example (mv out out.bak) but the next time you run th...
Summary: It's better if u will use this script. It resolve the problem about the 2gb file limit. ulimit unlimited (to override the 2GB limit) (backup on tape/...
Summary: hey ppl im new to this and i dont really know C... what im trying to do is make a csh called backup. takes a filename as an argument and makes an appr...
Summary: Sorry for bugging on this. But the exit status seems to work only when device is reachable, if it is not, I can seem to make work. Any examples on how...
Summary: Hi, Can anyone tell me why I get the different exit status for the following script execution: Script A ---------- ksh -c "/proj/prog.exe " 2>>/tmp/ru...
Summary: A backup is done every night through crontabs. However it does not copy all the files like it is suppose to. Close to the end as it copying all the ...
Summary: Here's one that I use for filesystem monitoring. You can modify it to do email alerts if you want. Here is the config file called diskspace.tab: # ...
Summary: I am using a perl script to create daily backups of all changed files within a Samba PDC. For some unknown reason all files that are created have a gr...
Summary: I have a script that gives me the following error: Hi there, % Used Warn Filesystem Name CURRENT DISKSPACE STATUS ./diskspace.sh[25]: 0403-057 Syntax ...
Summary: I need to create a script, taking a number of parameters (a target string, a string to replace the target string, and a number of files), that perfor...
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. ...
Summary: Hi everyone, I'm a Unix newb taking some classes at my local community college, I have an assignment Im stuck on and could use any suggestions anyon...
Summary: Hi! I have two questions. It's already 1.15 AM :( can't solve it. May be somebody will help? 1) Write a sript caled smartrm which will accept an unlim...
Summary: Hi, in a script, how to catch an exit status of a command, say egrep? if i wanna know if this command egrep "/foo/" foo.log match any "foo" string in...
Summary: At the front of your sql scripts, you can put the following: whenever sqlerror exit failure Now, an error will cause it to exit immediately with the s...
Summary: Two approaches come to mind: 1) Use a 'trap' command at the top of your script to have it bomb out of the script if anything gives a non-zero exit sta...
Summary: Hi everyone, I’m hoping some can help me here. I’m taking an intro to UNIX class. I’ve been able to do the assignments till now. I'm having trouble wi...
Summary: Hello, I am trying to write a script to identify all the users on a AIX server that have not changed their password, and are not locked. I think that...
Summary: One simple way I can think is that.... Have a common log file. Let first script enter its status of exit (say true/false or success/failure) appended ...
Summary: I need to capture the status of the script run into a log file and mail the log file on error. The script I used is: Run.pl 2>> log k=$? if test $k ...
Summary: ok here is my problem... i have a script to write for a made up car company. Basically it tracks each user when they log on and and where they log on...