Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mkdocs/docs/HPC/crontab.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ running the command:
<pre><code>$ <b>crontab -e</b>
</code></pre>

**Warning**: **During maintenance it is possible that your crontab will be wiped. It is recommended to have a back-up of the content in your crontab.**

#### Example cron job script

<pre><code> 15 5 * * * ~/runscript.sh >& ~/job.out
Expand Down
Loading