📁 Logrotate Configuration Builder
⚡ Output
ℹ️ About Logrotate Configuration Builder
Generates Linux logrotate configuration files for managing system and application log growth. Configures rotation schedules, max file sizes, compression, and copytruncate options.
📖 How to use Logrotate Configuration Builder
- 1. Enter log file path pattern (e.g. /var/log/myapp/*.log).
- 2. Select rotation frequency and retention count.
- 3. Click 'Run Tool' and copy script to /etc/logrotate.d/.
❓ Frequently Asked Questions
What does copytruncate do?
copytruncate truncates the original log file in place after creating a copy, allowing applications to keep writing to the same file descriptor without requiring a service restart.
🔗 Related SysAdmin Tools
Active Directory SID Interpreter
Parses Windows Security Identifiers (SIDs) into Revision, Identifier Authority, Domain ID, and RID with well-known account lookups.
Systemd Service Unit Generator
Generates Linux systemd .service unit configuration files with security hardening directives.
SLO 'Error Budget' Calculator
Calculate allowed downtime based on Service Level Objectives (99.9% - 99.999%).
Linux Command Cheat Sheet
Quick reference for common Linux commands and their usage.
Windows Command Cheat Sheet
Quick reference for common Windows Command Prompt / PowerShell commands.
Git Cheat Sheet
A quick reference for the most common Git commands used in version control.