到 B 站观看视频
http://railscasts.com/episodes/164-cron-in-ruby
crontab -e
每小时执行一个脚本,可以用如下的语句
0 0 * * * /home/peter/bin/db_backup.sh
crontab -l