![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retrieving deleted files | manna | UNIX for Dummies Questions & Answers | 3 | 01-07-2008 06:08 PM |
| Finding deleted files | Krrishv | Shell Programming and Scripting | 2 | 01-11-2007 09:28 PM |
| recover deleted files | vjm | AIX | 1 | 03-30-2005 06:56 AM |
| restoring deleted files | mikem | UNIX for Dummies Questions & Answers | 3 | 03-10-2005 04:49 PM |
| Recover deleted files | kuultak | UNIX for Dummies Questions & Answers | 2 | 11-01-2004 10:05 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
We have a situation in a large dept of programmers where critical accounting data files were deleted. Is there any way in UNIX to trace deletions and or possibly retrieve the deleted file?
|
| Forum Sponsor | ||
|
|
|
||||
|
Some people alias the rm command so that it makes copies of the files to a specified directory and then deletes.... this is common practice by system admins when users tend to delete files with rm. If you alias or replace with a script to create backup copies, life can be easier if you have users who tend to make mistakes.
BTW: I don't do the above ...!!.... I tend to create backup copies manually when editing files or performing trickly delete operations. For example, if working on a file... I first create a file.original backup.... same with directories...... then when the work is complete and tested I delete the original-working files. |
|
|||
|
Thanks for your input. We also have similar practices set in place, but the renaming does not always take place. I will look into the rm command option. That sounds like something that could prove to be a lifesaver for those who do not carefully execute this command.
I appreciate you input. |
|
|||
|
There is one other way i think....
but for your problem it is probably too late... check this out: http://www.fish.com/tct/help-recovering-file |
|
||||
|
Thanks for the link to the 'recover-lost-files' page..... the paper (quoted below) mentioned a few utlities like unrm and lazarus. Any idea where to get these tools? I could not find the reference to these tools or a link on the page.
I want to try this .... !!! Quote:
http://www.fish.com/tct/ BTW: Myrkul, thank you very much for the EXCELLENT post !! |
||||
| Google UNIX.COM |