adspace


How can i recover the linux system after it was crashed by
step by step process..

Answer Posted / sathyaraj

Yes we can recover the linux os with data by simply taking
the entire OS backup by simply using the script.i had tested
it kindly check the below script

dt=`date +%d%b%y`
tar cvpzf /u1/backup/rootbkp/240SRVR_rootbkp_$dt.tgz
--exclude=/proc --exclude=/lost+found --exclude=/mnt
--exclude=/usr/local --exclude=/mnt --exclude=/sys
--exclude=/u --exclude=/u1 --exclude=/u2 --exclude=/u01
--exclude=/u02 /

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the gate of ftp server in redhat linux?

2001


What are the differences between FTP , NFS , SAMBA servers explain separately.

1338