LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-05-2011, 12:24 AM   #1
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 963

Rep: Reputation: 32
Back Up OS


hi all

looking for some linux software as a ISO for download, that will back up a complete OS weather it be linux or windows HD's must be able to restore OS back after clearing the HD

any ideas ?

TT ( karl )
 
Old 03-05-2011, 01:07 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

I use CloneZilla for that kind of backups and it does a great job.

Kind regards,

Eric
 
Old 03-05-2011, 08:12 AM   #3
CloudBuilder
Member
 
Registered: May 2003
Location: Netherlands
Distribution: Ubuntu, Puppy
Posts: 386

Rep: Reputation: 30
The question is, to what media do you want to back up.

If you simply want to make a clone, I should go for Puppy or something like that and use the DD command.
Keep in mind that the new drive should be at least as big as the old.(Else you have to shrink partitions)
Puppy also has a nice utility to make a compressed backup and put it back in place.

You can start Pup from CD or USB.

But for the DD command, you can use any linux live system.
There are also a lot of rescue cd's than can do the job.

CloudBuilder
 
Old 03-06-2011, 04:59 PM   #4
zWaR
Member
 
Registered: Dec 2003
Distribution: Slackware, Alpine Linux, Ubuntu, Debian
Posts: 219

Rep: Reputation: 35
Quote:
Originally Posted by CloudBuilder View Post
But for the DD command, you can use any linux live system.
As stated DD is everything you need. Here's an excellent paper on DD: http://www.linuxquestions.org/questi...ommand-362506/
 
Old 03-07-2011, 04:20 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
G4U is what I tend to consider also.

Really any distro made even floppy based one have dd. dd over ftp or nc to any networked share if you want or dd to a drive or file locally.
 
Old 03-07-2011, 07:09 PM   #6
prushik
Member
 
Registered: Mar 2009
Location: Pennsylvania
Distribution: gentoo
Posts: 372

Rep: Reputation: 29
Quote:
Originally Posted by zWaR View Post
As stated DD is everything you need. Here's an excellent paper on DD: http://www.linuxquestions.org/questi...ommand-362506/
I always use dd. You can even pipe it to gzip to compress your backup.
Just be careful with it, they call it "dd" for a reason (actually, dd stands for "copy and convert", but its often called "data destroyer")
You can make things a little safer for yourself by omitting the "of=" option and compress your data at the same time:
Code:
dd if=/dev/sda1 | gzip > /media/USB/backup.gz
Which will backup the first partition on your hard drive to a USB (assuming your USB is mounted at /media/USB)
Check that command before you run it, I wrote that from memory.

to restore your data, you can use a similar command:
Code:
zcat /media/USB/backup.gz | dd of=/dev/sda2
Which will restore your image to the second partition of your hard drive
Warning: Be super careful with this command, make sure you are restoring from the right image and to the right partition, it can't be undone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tilde / back-tick key not giving me a tilde or back-tic. Ubuntu 10.04 on Macbook Pro BrianK Linux - Laptop and Netbook 3 09-01-2015 09:14 PM
Minicom not working I connected linux machines back-to-back Prabhunath Linux - Networking 2 06-30-2010 04:39 AM
Can't log back in after changing runlevels from init 3 to 1 back to 3 manwichmakesameal Slackware 5 06-29-2009 11:36 AM
Connecting 2 linux computer back to back with cross cable. michalng Linux - Networking 8 02-11-2009 07:00 AM
Back button to Go Back? javamdk Linux - Newbie 2 07-08-2004 11:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration