jneely911

Members
  • Posts

    2
  • Joined

  • Last visited

jneely911's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks tjb_altf4, I did see that as an option. I have some experience with Linux and was hoping just to use cron. I installed user scripts yesterday. I will check it out this afternoon. Thanks
  2. I have found some older guides for setting up cron jobs in Unraid but none of them seem to work. One guide said put a file in the /etc/cron.d directory. One guide said put a file in /boot/config/plugins directory. Even adding it to the non-persistent crontab -e doesn't do anything. When I issue the update_cron command I see nothing happening in the syslogs. Any direction is appreciated. My file consist of the following: 53 20 * * * * ./mnt/cache/appdata/python/photosync_vid_docker.sh All this does is kick off a python script via docker that moves some files. That script has been tested and works.