Automation Guide
Cron Jobs
# Add to crontab
crontab -e
# Example
0 2 * * * /root/scripts/backup.shWatch Scripts
# Watch service
systemctl status <service># Add to crontab
crontab -e
# Example
0 2 * * * /root/scripts/backup.sh# Watch service
systemctl status <service>