cron allows starts periodically commands. It uses cron tables for that that can be shown by sudo crontab -l. The table can be edited a safe way by sudo crontab -e
as example
0 2 * * * <path>/backup.sh
starts everyday at 2 AM a backup