Tag

crontab

1 views collected around this technical thread.

IT Xianyu
IT Xianyu
May 27, 2025 · Databases

Automated MySQL Backup Script with Docker and Crontab

This guide explains how to set up an automated MySQL backup solution on AlmaLinux using Docker containers, a Bash script, and crontab, covering environment preparation, script creation, command checks, logging, error handling, and optional enhancements such as email notifications and security best practices.

DockerLinuxMySQL
0 likes · 7 min read
Automated MySQL Backup Script with Docker and Crontab
Raymond Ops
Raymond Ops
Feb 26, 2025 · Operations

Master Linux Cron: Create, Manage, and Debug Scheduled Tasks

This guide explains how to use Linux crontab for scheduling tasks, covering basic job creation, locating user and system crontab files, enabling cron logging, controlling user access, command options, time syntax, common scheduling patterns, and editing the system-wide /etc/crontab file.

LinuxSystem Administrationautomation
0 likes · 6 min read
Master Linux Cron: Create, Manage, and Debug Scheduled Tasks
Raymond Ops
Raymond Ops
Jan 23, 2025 · Operations

Master Log Management: Automate Cleanup with crontab & logrotate

This guide explains log management goals, special scenarios that cause uncontrolled log growth, and practical solutions using Linux's crontab for scheduled cleanup and the logrotate tool for automated rotation and retention across common services like MySQL, nginx, and Kafka.

Linuxcrontablog management
0 likes · 10 min read
Master Log Management: Automate Cleanup with crontab & logrotate
Raymond Ops
Raymond Ops
Jan 22, 2025 · Operations

Master Linux Boot Startup: Systemd, chkconfig, and Crontab Strategies

This guide explains how to configure Linux services to start on boot using systemd (systemctl), the legacy chkconfig tool, general startup scripts, and crontab’s special @reboot keyword, and provides production‑grade recommendations and example scripts for reliable automation.

Linuxbootcrontab
0 likes · 10 min read
Master Linux Boot Startup: Systemd, chkconfig, and Crontab Strategies
Raymond Ops
Raymond Ops
Jan 15, 2025 · Operations

Master Linux Process Management and Scheduling: From ps to crontab

This guide explains Linux process concepts, how to view and trace processes with commands like ps and pstree, terminate them using kill, and schedule tasks both once with at and repeatedly with crontab, providing syntax, options, and practical examples.

Linuxcrontaboperations
0 likes · 6 min read
Master Linux Process Management and Scheduling: From ps to crontab
Laravel Tech Community
Laravel Tech Community
Sep 25, 2023 · Databases

MySQL Data Backup and Automated Backup Script with Bash and Crontab

This article explains how to use the mysqldump command to back up MySQL databases, demonstrates various backup and restore options, provides a Bash script that maintains a limited number of daily backups, and shows how to schedule the script with crontab for automated execution.

MySQLautomationbackup
0 likes · 9 min read
MySQL Data Backup and Automated Backup Script with Bash and Crontab
php中文网 Courses
php中文网 Courses
Jul 30, 2023 · Operations

How to Schedule Automatic Backups for PHP Websites on CentOS

This guide explains three practical methods—using crontab, rsync, and mysqldump—to set up scheduled backups of PHP website files and databases on a CentOS server, ensuring data protection through automated daily or periodic tasks.

CentOSLinuxPHP
0 likes · 4 min read
How to Schedule Automatic Backups for PHP Websites on CentOS
Laravel Tech Community
Laravel Tech Community
Jul 26, 2023 · Databases

MySQL Periodic Backup and Synchronization to Remote Servers Using Crontab, Rsync, and Inotify

This guide explains how to perform regular MySQL backups, automate them with crontab, compress and rotate old backups, and keep multiple servers in sync using rsync and inotify, providing complete command examples and configuration files for both server and client sides.

Database AdministrationLinuxMySQL
0 likes · 11 min read
MySQL Periodic Backup and Synchronization to Remote Servers Using Crontab, Rsync, and Inotify
Sohu Tech Products
Sohu Tech Products
Feb 22, 2023 · Operations

Python Server Resource Monitoring Scripts with Email and WeChat Alerting

This article describes a Python‑based solution that monitors CPU, memory, disk usage and network traffic on a server and multiple client machines, stores alerts in MySQL, and sends notifications via email and an Enterprise WeChat robot when predefined thresholds are exceeded.

Pythoncrontabemail-alert
0 likes · 20 min read
Python Server Resource Monitoring Scripts with Email and WeChat Alerting
Top Architect
Top Architect
Jan 3, 2023 · Backend Development

Automatically Blocking IPs with Nginx Using AWK, Shell Scripts, and Crontab

This guide explains how to create an Nginx block file, use AWK to identify IPs that exceed 60 requests per minute, write a shell script to generate deny rules, and schedule the script with crontab to automatically block abusive IPs and return a 403 response.

IP blockingNginxautomation
0 likes · 5 min read
Automatically Blocking IPs with Nginx Using AWK, Shell Scripts, and Crontab
Laravel Tech Community
Laravel Tech Community
May 30, 2022 · Operations

Understanding and Using crontab for Task Scheduling on Linux

This guide explains how to install, start, and stop the crontab service, configure global and user-specific cron directories, write crontab entries with proper syntax, and apply advanced techniques such as output redirection, nohup, background execution, and date-based log naming for reliable Linux task automation.

LinuxSystem Administrationcron jobs
0 likes · 9 min read
Understanding and Using crontab for Task Scheduling on Linux
Top Architect
Top Architect
Nov 8, 2021 · Databases

MySQL Scheduled Backup and Restoration Using mysqldump and Crontab

This article explains how to use the mysqldump command to back up MySQL databases, provides various command examples for full or partial backups, demonstrates a Bash script for automated daily backups with log management, and shows how to schedule these tasks using crontab.

MySQLautomationbackup
0 likes · 11 min read
MySQL Scheduled Backup and Restoration Using mysqldump and Crontab
Efficient Ops
Efficient Ops
May 6, 2021 · Operations

How to Safely Backup and Restore etcd in a Kubernetes Cluster

This guide explains why etcd backup is critical for Kubernetes disaster recovery, walks through snapshot creation, distribution, scheduled cron jobs, and provides a step‑by‑step procedure to restore the cluster on all nodes, ensuring services resume correctly.

ClusterETCDKubernetes
0 likes · 14 min read
How to Safely Backup and Restore etcd in a Kubernetes Cluster
Practical DevOps Architecture
Practical DevOps Architecture
Nov 28, 2020 · Operations

Understanding Linux cron (crond) and Managing Scheduled Tasks

This article explains Linux's cron daemon (crond), its role in system and user task scheduling, how to view and edit crontab files, write cron expressions, manage the crond service, and common commands for listing, locating, and removing scheduled jobs.

LinuxSystem Administrationcron
0 likes · 4 min read
Understanding Linux cron (crond) and Managing Scheduled Tasks
Efficient Ops
Efficient Ops
May 31, 2020 · Information Security

Detecting and Eradicating Hidden Linux Mining Malware via Crontab and LD_PRELOAD

This article walks through a real‑world Linux mining malware incident, detailing how the attacker used a malicious crontab entry and LD_PRELOAD to hide processes, the forensic steps to uncover the payload, and practical remediation and hardening measures to prevent future compromises.

Linux securitycrontabcryptocurrency mining
0 likes · 12 min read
Detecting and Eradicating Hidden Linux Mining Malware via Crontab and LD_PRELOAD
360 Quality & Efficiency
360 Quality & Efficiency
Jan 22, 2020 · Operations

Understanding cron, crond, and crontab: Linux Scheduled Task Management

This article explains Linux's cron daemon, the crond service, and the crontab command, detailing their roles, usage syntax, scheduling format, special symbols, and how to manage and verify scheduled tasks on a Linux system.

LinuxSystem Administrationcron
0 likes · 4 min read
Understanding cron, crond, and crontab: Linux Scheduled Task Management
360 Quality & Efficiency
360 Quality & Efficiency
Oct 15, 2019 · Backend Development

Implementing Scheduled Tasks in Django with django‑crontab and APScheduler

This article explains how to run periodic jobs in a Django project by using the django‑crontab plugin and the APScheduler library, covering installation, configuration in settings.py, and the commands needed to add, remove, and view scheduled tasks on Linux systems.

DjangoPythonapscheduler
0 likes · 2 min read
Implementing Scheduled Tasks in Django with django‑crontab and APScheduler