happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
9.04k stars 1.99k forks source link

关于文件清理问题 #569

Closed fwithme closed 2 years ago

fwithme commented 2 years ago

系统由两台服务器组成一套fastdfs,由于当前文件堆积过大,想对文件进行清理,碰到以下问题:

  1. 能否直接在操作系统层面,利用find 查找出一年前的文件,直接利用rm 操作。两台服务器均要进行同样操作吗?
happyfish100 commented 2 years ago

是的。