I would like to set something up on our network in which if someone deletes a file or documents then the file or document is sent to a hidden folder on the network not just deleted. I would even like it to be put into the recycle bin but as it is people have deleted stuf off of my sever and it is gone. Can someone please help with this?
Software/Hardware used:
ASKED:
July 21, 2009 8:00 PM
UPDATED:
July 22, 2009 2:57 PM
Shadow copy will definitely help, or else you will be faced with doing endless restores. Bleccch
I do hope you are at least doing nightly backups!
Once something is deleted off a network drive it’s pretty much gone unless you have a backup. It sounds like you need something sitting on the client or server that can monitor this stuff in real time. Likely a data leak prevention product that’s proactive. Or, Fake Delete may do the trick.
On the more reactive side (in case you want to see who did what), check out the following:
watchDirectory
MonitorWare
PA File Sight
Also, make sure you’re giving your users the proper network file permissions…that can be the best way to prevent this occurring.
Hi,
as Labnuke99 wrote, you didn’t provide any information about your OS’es… And, as Kevin said, “Once something is deleted off a network drive it’s pretty much gone”. If, however, your file server is samba on Linux, you have an option to have a recycle bin on a network drive through samba vfs object. Configuration details could be looked up in:
man vfs_recycle
BR,
Petko A.