<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Crontab on Body of Knowledge | João Malcata</title>
    <link>https://bok.malcata.eu/tags/crontab/</link>
    <description>Recent content in Crontab on Body of Knowledge | João Malcata</description>
    <image>
      <title>Body of Knowledge | João Malcata</title>
      <url>https://bok.malcata.eu/icon.png</url>
      <link>https://bok.malcata.eu/icon.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 15 Oct 2006 13:42:03 +0000</lastBuildDate><atom:link href="https://bok.malcata.eu/tags/crontab/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>add a scheduled job with crontab</title>
      <link>https://bok.malcata.eu/blog/add-a-scheduled-job-with-crontab/</link>
      <pubDate>Sun, 15 Oct 2006 13:42:03 +0000</pubDate>
      
      <guid>https://bok.malcata.eu/blog/add-a-scheduled-job-with-crontab/</guid>
      <description>&lt;p&gt;In order to add a scheduled job just call &amp;ldquo;crontab -e&amp;rdquo; and add entries to the crontab file.
Take a look at this scheduled crontab examples:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0 0 * * *       ~/incremental_bck.sh    --midnight every day
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0 0 * * 1-5    ~/send_happybirthday.sh  --midnight every weekday
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0 0 1,15 * *   ~/full_backup.sh         --midnight on 1st and 15th days
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
  </channel>
</rss>
