cloudcmd
cloudcmd copied to clipboard
Is there anyway to restore a deleted folder?
- OS: OMV6 over Raspbian
- Browser name/version: Brave/Chrome
Is there any way I can restore a deleted by mistake folder?
Thanks!
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.
Thanks a lot! I will try it out. Thankfully I didnt write anything to it yet.