Usually I want to run things daily, weekly or monthlyand systemd timers make that very easy.
While crontab also has keywords for @daily, @weekly and @monthly, the automatic logging of systemd is useful and your example shows that it additionally allows to specify delays. I don’t know how anacron handles the latter.
While
crontabalso has keywords for@daily,@weeklyand@monthly, the automatic logging ofsystemdis useful and your example shows that it additionally allows to specify delays. I don’t know howanacronhandles the latter.