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
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
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
|
|||
|
|
