苏瀚宇
2017-06-27 22:32
假如每天执行的任务很多(例如有10个备份任务),执行到第5个的时候,服务器压力过大宕机了,待服务器恢复正常后,这10个备份任务是继续执行???还是重头开始执行呢??????倘若继续执行,该执行的时间点日志在哪里查看,重头开始执行是不是会导致数据重复备份呢??
man anacron里面说到了下面这段话
After the command exits, Anacron records the date in a special timestamp file for
that job, so it can know when to execute it again. 结束后,才会更新时间记录,所以应该会重新执行。
继续执行,cat /etc/anacrontab
Linux系统管理
80002 学习 · 72 问题
相似问题