Scheduled Tasks Articles
Add / Edit a Scheduled Task
Published on Wed, Oct 25, 2017
To add a scheduled task, click the following button on the overview page of the scheduled tasks:   To edit a scheduled task, click on the corresponding icon .    The Input Fields Is enabled? Activate the checkbox to activate the scheduled ta... Read More
Entering the Command
Published on Mon, Oct 23, 2017
Always specify the complete path to the script to be executed, e.g. "/home/users/myuser/files/myScript. sh". If possible, also enter system commands with the complete path, e.g. "/usr/bin/rsync" instead of rsync.   Examples: Execution via text brows... Read More
Inputting the Schedule in Cron Style Method
Published on Tue, Oct 24, 2017
When inputting the schedule in the cron style method, the execution time is determined by 5 parameters which are separated by spaces or tabs.     Examples * * * * * Every minute 0 0 * * * Daily at zero o'clock 5 * * * *  Five... Read More
Scheduled Tasks Overview
Published on Tue, Oct 24, 2017
Scheduled tasks, known as cron jobs, can be used to automate certain commands or scripts to run at a specific time or at a certain interval.   To create a scheduled task, press the following button:   To delete all selected scheduled tasks, click th... Read More