From: Wolfgang <moo...@wo...> - 2016-01-15 01:59:50
|
Dear List! As I have recognized today according to Changelog on version 3.0.64-1 the mounted /mnt/meta/trash/ folder is now splitted up into 4096 like "000", "001", ..., "FFE", FFF # MooseFS 3.0.64-1 (2015-12-21) * (master+mount) split trash into 4096 separate sub-trashes I guess you had a reason to do this - but how am I supposed to undelete a complete folder including many files when this is spread up in thousand folders. Is there any mfs tool one can use for restoring? In the previous versions I had done a mv *testfolder* undel/ But now I should do a: find /mnt/meta/trash/ -iname testfolder -exec mv {} ./undel/ \; to restore each file but I think this would be error prune and ugly ;-) Thanks for any advise. Greetings Wolfgang |