Schedule python scripts on your Synology
On a previous post I showed you how to install Python 3.9 and virtual environments on your Synology. On this post, we are going to learn how to schedule them! Upload python script to your virtual environment We finish our previous post with the creation of the virtual environment, now we need to add our python script to our project folder: Schedule your script To schedule our script we are going to create a Task. Go to Control Panel >Task Scheduler: And create a Scheduled Task > User defined Script: And give it a name and make sure the user...