cloudcmd icon indicating copy to clipboard operation
cloudcmd copied to clipboard

Is there anyway to restore a deleted folder?

Open ahmedelakkad opened this issue 3 years ago • 2 comments

  • OS: OMV6 over Raspbian
  • Browser name/version: Brave/Chrome

Is there any way I can restore a deleted by mistake folder?

Thanks!

ahmedelakkad avatar Feb 06 '22 09:02 ahmedelakkad

Cloud Commander doesn’t provide recovery functions, when you remove a directory it works like rm -rf.

But you can use something like foremost for this purpose, as when you remove a file, only it’s name and location information removed, all content preserved.

Until you write a new data of course, so try to avoid any manipulations with data, it will increase recovery chances.

coderaiser avatar Feb 06 '22 11:02 coderaiser

Thanks a lot! I will try it out. Thankfully I didnt write anything to it yet.

ahmedelakkad avatar Feb 06 '22 15:02 ahmedelakkad