I'm trying to run a script that archives a dir every day at 10 PM but It is not executed nor logs send. Please advise ..
[root@linux]# crontab -e
0 5 * * 1 /usr/sbin/aide --check
0 22 * * * /root/backup/script.sh >> /var/log/backup_crontab.log
Script :
[root@linux]# ls -lrt
total 2
-rw-r-----. 1 root root 1002 Sep 30 09:28 script.sh
[root@linux]#