i want to execute bash file daily at 12:30 for example to make backup to something how i can do it ?? and other one monthly ???? the operating system is Unix
|
feedback
|
|
You will have to use the cron facility to do this. In particular you will have to edit the crontab file and add a couple of entries. To run a job daily at 12:30 you would create an entry in the crontab file like so
to run a job monthly for example on the 1st of the month at 20:45
| |||
|
feedback
|