Skip to content

cron job

IBN SEDDIK Mohamed Saad edited this page Apr 8, 2018 · 1 revision

Create a daily cron job to sync the repos

  1. edit the cron tab:
crontab -e
  1. add this line:
0   0  *   *   *     $HOME/update-moos-ivp.sh

Now at midnight, everyday, this cronjob will fetch new commits and sync the svn-mirror.

Clone this wiki locally