set crontab on ubuntu

crontab

apt-get update
sudo apt-get install cron
sudo service start cron
crontab -e       [edit cron]

# using nano to edit
0 8 * * 1 sh ~/crontab/mongobk.sh   [run sh at 8 am every week]

你可能感兴趣的:(set crontab on ubuntu)