Benutzer-Werkzeuge

Webseiten-Werkzeuge


playground:picam:crontabjob
 Edit this file to introduce tasks to be run by cron.
# 
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
# 
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').
# 
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
# 
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
# 
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
# 
# For more information see the manual pages of crontab(5) and cron(8)
# 

# Example of job definition:

# # .------------------ minute (0 - 59)
# |  .--------------- hour (0 - 23)
# |  |  .------------ day of month (1 - 31)
# |  |  |   .-------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |   |   .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |   |   |
# *  *  *   *   * user-name command to be executed
# m  h dom mon dow [user] command && command
#@reboot pi mono frs.exe

#1-20 20-23 * * * python /home/pi/sendeFoto.py
#sene jee erste Minute einer angefangen Stunde ein Foto
#1 * * * * python /home/pi/sendeFoto.py

@reboot python3 /home/pi/taster26.py
0,5,10,15,20,25,30,35,40,45,50,55 * * * * python3 /home/pi/alpha_schalte_sendeFoto.py


/volume1/web/dokuwiki/data/pages/playground/picam/crontabjob.txt · Zuletzt geändert: 2022/06/30 01:00 (Externe Bearbeitung)