add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# logrotate
> 轮换、压缩并发送系统日志。
> 更多信息:<https://manned.org/logrotate>。
- 手动触发运行:
`logrotate {{path/to/logrotate.conf}} --force`
- 使用特定命令发送报告:
`logrotate {{path/to/logrotate.conf}} --mail {{/usr/bin/mail_command}}`
- 不使用状态(锁定)文件运行:
`logrotate {{path/to/logrotate.conf}} --state /dev/null`
- 跳过状态(锁定)文件检查运行:
`logrotate {{path/to/logrotate.conf}} --skip-state-lock`
- 告诉 `logrotate` 将详细输出记录到日志文件:
`logrotate {{path/to/logrotate.conf}} --log {{path/to/log_file}}`