sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

tmp下的文件恢复 #414

Closed moyituo closed 1 year ago

moyituo commented 1 year ago

您好 请问tmp文件夹下的临时文件可以恢复成数据文件存储到files目录下吗 因为我发现我的tmp文件夹下有好多碎片没有上传成功

moyituo commented 1 year ago

大概有20T的数据在_tmp下

sjqzhang commented 1 year ago

不可以,tmp有这么多数据应该是不正常的,看是使用不当造成,还是版本过旧问题引发?可以升级看看问题是否解决。

moyituo commented 1 year ago

如果服务在上传过程中被重启,那_tmp文件夹下的碎片文件会做处理吗?