Sponsored Content
Full Discussion: help : crisis situation !!
Top Forums UNIX for Dummies Questions & Answers help : crisis situation !! Post 302157266 by Eisa on Thursday 10th of January 2008 03:06:41 PM
Old 01-10-2008
help : crisis situation !!

Hi

I had deleted important files from my company server Smilie
the server is HPUX
and i don't know how to undo rm command or how to restore the files ..

iam appreciate for any help

Thanx ...
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bourne Shell Scripting CRISIS

:( :( :( G'day all This is a desperate call to those out there who know anything about Bourne Shell scripting, as I'm in the middle of a crisis Pleae E-Mail me if you believe you can help (No spamming please) The sooner the better, if you're an aussie that lives in Victoria, I'll even... (20 Replies)
Discussion started by: Aussie_Bloke
20 Replies

2. UNIX for Advanced & Expert Users

current situation

hello..what is the current situation or lastest version of UNIX?? Is there any where i can read more about it?? (2 Replies)
Discussion started by: joanne6298
2 Replies

3. Shell Programming and Scripting

sed situation

Hi, I'm looking for someone who can think in sed. Basically, I need the trailing characters on every line in a file to be deleted. These characters are all in capitals, and always follow a number, but they often vary in number For instance, on the line: 2006_10_9_p20_TALK I'd want to... (4 Replies)
Discussion started by: Laurel Maury
4 Replies

4. Solaris

Minor (I hope!) Crisis - E450 will not power up

UNIX Friends, Came in this morning to a downed E450 - thought it had been a power disaster. But wasn't! Machine had apparently shut itself down. All three power supplies are double-green, and case interlock switch is closed... As this is the first time we've had such a catastrophic(?)... (5 Replies)
Discussion started by: Dr Lou
5 Replies

5. Shell Programming and Scripting

Cat files situation

Hello, I am PhD student (Biomedical sciences) and very new to Linux. I need some help with the following task : I have files in the following format for their names : An_A1_nnn_R1.txt; An_A1_nnm_R1.txt; An_A1_nnoo_R1.txt An_A2_nnn_R1.txt; An_A2_nnm_R1.txt; An_A2_nno_R1.txt ... (8 Replies)
Discussion started by: Julio Finalet
8 Replies
E2UNDO(8)                                                     System Manager's Manual                                                    E2UNDO(8)

NAME
e2undo - Replay an undo log for an ext2/ext3/ext4 filesystem SYNOPSIS
e2undo [ -f ] [ -h ] [ -n ] [ -o offset ] [ -v ] [ -z undo_file ] undo_log device DESCRIPTION
e2undo will replay the undo log undo_log for an ext2/ext3/ext4 filesystem found on device. This can be used to undo a failed operation by an e2fsprogs program. OPTIONS
-f Normally, e2undo will check the filesystem superblock to make sure the undo log matches with the filesystem on the device. If they do not match, e2undo will refuse to apply the undo log as a safety mechanism. The -f option disables this safety mechanism. -h Display a usage message. -n Dry-run; do not actually write blocks back to the filesystem. -o offset Specify the filesystem's offset (in bytes) from the beginning of the device or file. -v Report which block we're currently replaying. -z undo_file Before overwriting a file system block, write the old contents of the block to an undo file. This undo file can be used with e2undo(8) to restore the old contents of the file system should something go wrong. If the empty string is passed as the undo_file argument, the undo file will be written to a file named e2undo-device.e2undo in the directory specified via the E2FSPROGS_UNDO_DIR environment variable. WARNING: The undo file cannot be used to recover from a power or system crash. AUTHOR
e2undo was written by Aneesh Kumar K.V. (aneesh.kumar@linux.vnet.ibm.com) AVAILABILITY
e2undo is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net. SEE ALSO
mke2fs(8), tune2fs(8) E2fsprogs version 1.44.1 March 2018 E2UNDO(8)
All times are GMT -4. The time now is 10:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy