### 确认 - [x] 我使用的是最新版本 [最新版](https://github.com/dromara/orion-visor/releases) - [x] 我使用官方文档进行部署 [安装文档](https://visor.orionsec.cn/quickstart/docker.html) - [x] 我已检查了 [常见问题](https://visor.orionsec.cn/support/faq.html) 并没有找到解决方法 - [x] 我已搜索 [issue](https://github.com/dromara/orion-visor/issues) 并没有找到相关问题 ### 当前程序版本 2.5.4 ### 安装方式 Docker ### 问题描述 备份文件名称,若想要备份至不存在的子目录,上传文件会失败 <img width="885" height="425" alt="Image" src="https://github.com/user-attachments/assets/43217e32-c723-40cd-8050-4884414ba7c4" /> 如配置的是 aa_backup/${fileName}_${timestamp} 若上传目录下,不存在 aa_backup 子文件夹,上传失败! 建议增加一步判断,若备份文件路径目录不存在,则创建。 ### 详细日志 ```bash ```
确认
当前程序版本
2.5.4
安装方式
Docker
问题描述
备份文件名称,若想要备份至不存在的子目录,上传文件会失败
如配置的是 aa_backup/${fileName}_${timestamp}
若上传目录下,不存在 aa_backup 子文件夹,上传失败!
建议增加一步判断,若备份文件路径目录不存在,则创建。
详细日志