25 pts.
 File deletion on the network
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

Answer Wiki:
You didn't mention what operating system this is for but assuming it is MS Windows, you should look into <a href="http://technet.microsoft.com/en-us/library/cc785914(WS.10).aspx">Microsoft Volume Shadow Copies</a> and how they work in the Windows server & client environment. Check out this <a href="http://lmgtfy.com/?q=volume+shadow+copies">Google search</a> for more information.
Last Wiki Answer Submitted:  July 21, 2009  8:22 pm  by  Labnuke99   32,645 pts.
All Answer Wiki Contributors:  Labnuke99   32,645 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Shadow copy will definitely help, or else you will be faced with doing endless restores. Bleccch

 56,975 pts.

 

I do hope you are at least doing nightly backups!

 56,975 pts.

 

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.

 10,860 pts.

 

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.

 3,120 pts.