# crontab # cron # format: minute hour day month week command # range: 1~59 1~23 1~31 1~12 0~6 # flyzhycron # by Haiyong Zheng # website: http://www.flyzhy.org # # backup bbs Data of Dreamers.Com.Cn 28 14 * * * /home/flyzhy/bin/backup-dreamers-bbs.sh # # upload bookmarks from my firefox automatically 28 15 * * * /home/flyzhy/bin/upload-bookmarks.sh # # backup config files from the system 28 20 * * * /home/flyzhy/bin/backup-config-files.sh