1Panel-dev / 1Panel-dev/1Panel
[Bug] Container backup function is abnormal
Open
@ssongliu is already working on this.
Since Mar 20, 2026.
type: optimization
- Dominant language
- Go
- Stars
- 37k
- Forks
- 3.4k
- Avg merge
- 9h 16m
- Merged PRs (30d)
- 105
Description
Contact Information
No response
1Panel Version
2.1.5
Problem Description
Steps to Reproduce
容器备份(可能因为挂载目录太大,磁盘空间不够)失败了,但是任务中心的 执行中 记录到现在依旧还在。
此处问题有三:
1、任务中心的执行记录没有跟随任务本身,失败而结束。
2、容器备份 应该 可选是否包含挂载目录,理论上既然已经挂载出去了,默认不应该包含在 容器备份范围之内,即使 需要备份的话,方法也太多了,不存在任何困难, 但在备份时强制带上,可能导致失败,因此相当于多增加了一道风险,却没有好处。
3、容器备份开始后,无法主动取消,只能等执行结束,耗时较长。(从上下截图上看,任务中心的时间像是在最后一次尝试备份失败后才固定下来的,应该是持续了将近8小时?)
The expected correct result
No response
Related log output
Additional Information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.