Which is the best application to create recovery disk?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Which is the best application to create recovery disk?
# 1  
Old 09-05-2013
[Solved]Which is the best application to create recovery disk?

Hi Experts....

I am using Ubuntu 12.04 LTS 32-Bit edition on my laptop

I just reinstalled OS for some reason and installed many application packages using sudo as well as by downloading, now I would like to create recovery disk so that if I reinstall OS once again, I should be able to install all those packages without the use of internet

I have some application packages which is not available using sudo example matlab,etc, and one more problem is .bashrc and profile entries after the installation. is there any way to create complete installation disk or iso ?? I am not sure about apton

so how can I make complete recovery disk

please someone help me on this regards.

Last edited by Akshay Hegde; 11-30-2013 at 11:01 AM.. Reason: solved..
# 2  
Old 09-05-2013
You can use an extra software like clonezilla or work with onboard tools like dd.
# 3  
Old 09-05-2013
my doubt is so far I have not used
Code:
dd

suppose if I take backup of my root using
Code:
dd if=/dev/sda7 of=./root.image

and then if I format and reinstall OS, then using this command
Code:
dd if=root.image of=/dev/sda7

will restore all package ?? or I need to do anything more if this method works it will be fine no worries about internet and I can install packages on my clients pc's also. please make it clear
# 4  
Old 09-05-2013
You can find lots of infos on this topic with google... Please do that first. If things are still unclear after that, please let us know.

How to copy a Linux installation - ThinkWiki
# 5  
Old 09-05-2013
Thanks for reply...sorry it's still not clear to me...I don't know which is best and which is worst..
# 6  
Old 09-05-2013
I don't understand what you mean by "best" and "worst". There are ways to make a clone/backup of your installation. Using dd is one way to do it. If you prefer using a tool like clonezilla, that is fine, too.
Every tool has advantages and disadvantages. Start using the tools and you will find out more about them. As far as I can say, there is never a "best" way to do things. There is just a way or lots of ways...
# 7  
Old 09-05-2013
Thank You.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Expert Recovery Shell - Fatal Error: Unrecognized disk layout

I have a B.11.31 U ia64 system where I swremove the disk driver "SerialSCSI-00 B.11.31.1303 PCI-X/PCI-E SerialSCSI" (by mistake). afterwards the system won;t boot because of the missing disk drivers. I'm trying to recover my kernel by using the image HP-ux_11_31_disc_1.iso Run an Expert... (1 Reply)
Discussion started by: black_fender
1 Replies

2. Windows & DOS: Issues & Discussions

Unable to create windows recovery disc

Getting error while creating windows recovery disc Please see attachment (5 Replies)
Discussion started by: ravisingh
5 Replies

3. Red Hat

How to create PATH for a application?

hi every one In linux, how to create a PATH for a application ? i searched, but no positive response any one like me got stuck with this problem? (3 Replies)
Discussion started by: rajeshz
3 Replies

4. Filesystems, Disks and Memory

LVM recovery, Hard disk broken

Hi I am new on your forum, because I need some help. I have a server with debian and proxmox 2. The HardDisk is broken. I am in rescue mode, and I can't mount LVM partition to recover my backups. What I've already done : # fdisk -l Disk /dev/sda: 2000.4 GB, 2000398934016 bytes 255... (0 Replies)
Discussion started by: pppplu
0 Replies

5. Solaris

Fdisk partitions on boot disk and disaster recovery

I'm preparing to recover a Oracle Fire X4170 server in a disaster recovery test at a different location than in prod. I have some questions about fdisk partitions. I'm using Solaris 10 update 10. On my prod server, the boot disk has 2 partitions, diagnostic and solaris. Is the diagnostic... (1 Reply)
Discussion started by: TKD
1 Replies

6. Programming

unable to create phonon application on Qt

Hi I am new to QT.I am running Qt 4.7 on Fedora 9.My Application crashes with the the following statements. on execution of return app.exec(); The inferior stopped because it received a signal from the Operating System. Signal name : SIGSEGV Signal meaning :Segmentation fault:wall: ... (2 Replies)
Discussion started by: sruthihsr
2 Replies

7. AIX

Automated Disk space recovery script

Hi, I have to write a shell script for disk space recovery - We have been facing disk space shortage issues very often. d=`df -k |awk '{print $5}' | egrep "" | cut -c-2` if then echo "DISK SPACE STATUS :NOT OK" >> /backup/stats/healthcheck/SCP1_BLU_HCsummary_$dt.txt else echo "DISK... (3 Replies)
Discussion started by: vasukv
3 Replies

8. Linux

do u know some application id that create admin id

Hi All, I got this problem with my var logs, it got failed login as admin because it doesn't exist every 15 minutes and everyday. Do you know some applications that try to create an application id as "admin"? The problem is that this is a test server, so lots of applications installed and... (2 Replies)
Discussion started by: itik
2 Replies

9. Programming

Can't create file bigger than 2GB with my application

Hi, I've created a simple application that is supposed to fill up a file with messages up to the size I pass as parameter. The problem is that once the file reaches the 2GB size, it stops growing. The flow of the application, for what is worth, is as follows: while ( bytes written <... (7 Replies)
Discussion started by: emitrax
7 Replies

10. Solaris

create application using apache On solaris

dears iam new in solaris i install solaris on my pc can you help me in steps how can i create application using apache on solaris (3 Replies)
Discussion started by: murad.jaber
3 Replies
Login or Register to Ask a Question