Crontab no longer runs

My crontab no longer runs?

This is located in /var/spool/cron/crontabs.

      # For more information see the manual pages of crontab(5) and cron(8)
      # 
      # m h  dom mon dow   command
        # Run my backup script at 10 a.m every day

0 10 * * * /home/andy/bin/Backup_18_04.sh
# Run my backup script at 8 p.m every day
0 20 * * * /home/andy/bin/Backup_18_04.sh
# Run script EVERY 2 DAYS to cleanup backup directories of older files
0 20 */2 * * /home/andy/bin/Delete_All_But_2_Newest_Files.sh
# Delete date files from /media/andy/MAXTOR_SDB1/Ubuntu_Mate_18.04/
0 20 * * * /home/andy/bin/Delete_All_But_2_Newest_Date_Files.sh