Linux
cron vs anacron
π§ Yon
2024. 1. 10. 15:29
λ°μν
κΈ°μ‘΄μ 리λ μ€ μμ€ν μμ crontabμ /etc/cron.* λ° μλΈ λλ ν 리μ μμΉν job μ 보λ₯Ό ν¬ν¨νκ³ μμμΌλ©° λ¨Έμ μ΄ μ€νμ€μΌ λλ§ μμ½λ jobλ€μ΄ μ ν¨νκ² μ€νλλ ꡬ쑰μλ€. νλμ μΈ λ¦¬λ μ€ μμ€ν μμ μ¬μ©λλ `anacron` μ κΈ°μ‘΄μ `cron`μ λ체νλ©° μμ€ν μ΄ κΊΌμ Έ μμλλΌλ μμ€ν λΆν μκ°κ³Ό λ§μ§λ§ μμ μκ°μ κ³ λ €νμ¬ λΆν λ μ΄νλ‘ μμ½λ μκ°μ΄ μ§λ¬λ€λ©΄ ν΄λΉ μμ μ μ€ννλ€.
package name
- anacron
key configuration file
- `/etc/anacrontab`
anacrontab κ΅¬μ± νμΌμ μλμ κ°λ€.
# /etc/anacrontab: configuration file for anacron
# See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
HOME=/root
LOGNAME=root
# These replace cron's entries
1 5 cron.daily run-parts --report /etc/cron.daily
7 10 cron.weekly run-parts --report /etc/cron.weekly
@monthly 15 cron.monthly run-parts --report /etc/cron.monthly
λ°μν