![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| basic crontab | vadharah | Shell Programming and Scripting | 3 | 03-31-2008 05:26 AM |
| Basic OS question | catwomen | HP-UX | 4 | 09-08-2006 05:39 PM |
| a very basic question regarding gcc... | caltiger | High Level Programming | 2 | 09-04-2006 04:16 AM |
| basic question | karthikosu | SUN Solaris | 2 | 07-12-2006 12:07 PM |
| Really basic question.... | robherms | UNIX for Dummies Questions & Answers | 1 | 02-17-2006 07:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
basic crontab question
Hi, am able to run manual backup on a client by going to /usr/tivoli/tsm/client/ba/bin and running dsmc incr command.
am running incremental backup. my question was 1) suppose i want to run automated backup , should i put it in crontab and how to do that? should i open crontab using crontab -e and add a line(say if i want to run backup at 5:30am everyday) should i add the following 30 5 * * * /usr/tivoli/tsm/client/ba/bin/dsmc incr plz let me know. thank u everyone karthik |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Well, you have that line right... the backup will run at 5:30 in the morning, every morning, and always use crontab -e to update crontab files.
|
|
#3
|
|||
|
|||
|
Thank you!
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|