]> git.nbdom.net Git - nb.git/commitdiff
etc/cron/nb
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 2 Mar 2025 07:39:34 +0000 (08:39 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 2 Mar 2025 07:39:34 +0000 (08:39 +0100)
etc/cron/nb

index 4441e283baf005217a9a836d0ba2c62ed03a682d..5917d0f02562718d944b8478ab5819708914d388 100644 (file)
@@ -13,11 +13,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 13      00 * * * root . /etc/profile && nb-update -cleanup >/var/log/nb-update.log 2>&1 | true
 13   01-08 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true
 
-# NB 08.03.19 25 5     * * *   root    which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.daily
-# NB 08.03.19 47 4  * * 7      root    which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.weekly
-# NB 08.03.19 52 3  1 * *      root    which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.monthly
-# NB 08.03.19 52 1  1 * *      root    which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.yearly
-# NB 08.03.19 
 25 5   * * *   root    which run-parts &> /dev/null && . /etc/profile && [ -d "$NB_ROOT" -a -d "$NB_ROOT/etc/cron.daily" ] && cd / && run-parts --report $NB_ROOT/etc/cron.daily
 47 4   * * 7   root    which run-parts &> /dev/null && . /etc/profile && [ -d "$NB_ROOT" -a -d "$NB_ROOT/etc/cron.weekly" ] && cd / && run-parts --report $NB_ROOT/etc/cron.weekly
 52 3   1 * *   root    which run-parts &> /dev/null && . /etc/profile && [ -d "$NB_ROOT" -a -d "$NB_ROOT/etc/cron.monthly" ] && cd / && run-parts --report $NB_ROOT/etc/cron.monthly