We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.10.20-lts
当前复制文件重命名只是简单的后缀添加:
这并不是很好。针对比如access.log文件名,建议解析为access和.log,然后:access + -2024-11-13-11-25-25 + .log 重命名为:access-2024-11-13-11-25-25.log
access.log
access
.log
-2024-11-13-11-25-25
access-2024-11-13-11-25-25.log
对于几个特殊的压缩格式,比如.tar.gz,建议单独处理一下。
.tar.gz
No response
The text was updated successfully, but these errors were encountered:
感谢反馈,我们会在后续版本考虑在后缀名前增加副本信息。
Sorry, something went wrong.
wanghe-fit2cloud
No branches or pull requests
1Panel 版本
v1.10.20-lts
请描述您的需求或者改进建议
当前复制文件重命名只是简单的后缀添加:
这并不是很好。针对比如
access.log
文件名,建议解析为access
和.log
,然后:access
+-2024-11-13-11-25-25
+.log
重命名为:access-2024-11-13-11-25-25.log
对于几个特殊的压缩格式,比如
.tar.gz
,建议单独处理一下。请描述你建议的实现方案
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: