![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help need in Shell Scripting | raghav1982 | Shell Programming and Scripting | 11 | 12-04-2007 06:05 AM |
| HELP PLS!! Shell Scripting!! | Mary_xxx | Shell Programming and Scripting | 9 | 09-16-2006 06:52 AM |
| difference between AIX shell scripting and Unix shell scripting. | haroonec | Shell Programming and Scripting | 2 | 04-12-2006 08:12 AM |
| something else on shell scripting | master_6ez | Shell Programming and Scripting | 1 | 11-21-2004 11:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Regarding Shell Scripting
Hello all,
I want to use the crontab utility in Unix for scheduling my backup jobs. I want to schedule my backup for 12(noon) 2PM and 4PM to get arch files from main server to standby server and then copy these arch files to the DLT tape. can any one guide me how to write a shell script and also how to edit the cron daemon process. thanks in advance |
|
||||
|
Quote:
This will open crontab file in a default editor (vi?). Type in: 0 12,14,16 * * * root path_to_the_script and save it. You can check your crontab setting with: crontal -l I think this will do. If you need any help regarding the script, make a post on the forum. |
|
||||
|
Hello
Thanks Mr.Hegde
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|