Skip to content

e75ti/Besder-ip-camera-time-sync-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Besder-ip-camera-time-sync-fix

To use, add this script to your cron via crontab -e:

0 * * * * python3 /path/to/command/camera_fix.py

(Will run script at beginning of every hour (minute "0")


Time guideline for cron aid:

* * * * * command to be executed
- - - - -
| | | | |
| | | | ----- Day of week (0 - 7) (Sunday=0 or 7)
| | | ------- Month (1 - 12)
| | --------- Day of month (1 - 31)
| ----------- Hour (0 - 23)
------------- Minute (0 - 59)

About

Besder IP cameras time syncer/fixer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages