|
|
@ -42,7 +42,7 @@ increasingly important as you add more checks to your account.</p> |
|
|
|
after the command:</p> |
|
|
|
<div class="highlight"><pre><span></span><code>$ crontab -e |
|
|
|
<span class="c1"># m h dom mon dow command</span> |
|
|
|
<span class="m">8</span> <span class="m">6</span> * * * /home/user/backup.sh <span class="o">&&</span> curl -fsS --retry <span class="m">3</span> PING_URL > /dev/null |
|
|
|
<span class="m">8</span> <span class="m">6</span> * * * /home/user/backup.sh <span class="o">&&</span> curl -fsS --retry <span class="m">3</span> --output /dev/null PING_URL |
|
|
|
</code></pre></div> |
|
|
|
|
|
|
|
|
|
|
@ -109,4 +109,4 @@ there is an error. Feel free to adjust the curl options to suit your needs.</p> |
|
|
|
</span>System clock synchronized: yes |
|
|
|
NTP service: active |
|
|
|
RTC in local TZ: no |
|
|
|
</code></pre></div> |
|
|
|
</code></pre></div> |