LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-20-2014, 02:34 PM   #1
Ryanms3030
Member
 
Registered: Jan 2014
Distribution: Debian, Mint, CentOS, Ubuntu
Posts: 261

Rep: Reputation: Disabled
Best method/software to make snapshots of my system


Now that I have my home server up and running and SSH configured I would like to make a snapshot backup in case I really screw it up I won't have to start from scratch.

In the past I've used Ghost and Carbon Cloner on windows and mac. What's the preferred method for doing this on linux?
 
Old 01-20-2014, 11:44 PM   #2
Z038
Member
 
Registered: Jan 2006
Location: Dallas
Distribution: Slackware
Posts: 910

Rep: Reputation: 174Reputation: 174
You might take a look at Clonezilla to see if it has the capabilities you need.

You can also make image copies of entire partitions easily using the dd command. Good info in this thread:
Learn the DD command
 
1 members found this post helpful.
Old 01-21-2014, 05:42 AM   #3
Rawcous
Member
 
Registered: Jan 2014
Location: Farnborough, Hampshire - UK
Distribution: SCO UNIX -> Fedora (Core) -> CentOS -> RedHat
Posts: 128

Rep: Reputation: 48
Hello,

The link supplied by ZO38 is very helpful. To simplify the process of sifting through all the information on that page, try the following using dd:

1. Boot a machine with a Linux install CD / DVD or Live Media.
2. swapoff -a (to disable swap if it's written to the drive you wish to make an image of)
3. dd if=/dev/sd? |gzip > /mnt/sysimage/location-to-store-image.gz

Important:

The dd command can then be used to take a complete copy of the Linux installation by taking a disk sector-by-sector copy rather than a copy of any file systems in placed and accompanying data. Whilst this copy is being generated it can be compressed and stored on another disk or usb media. Because a disk sector copy is being made rather than an operating system image with data, the primary benefit is that it can be used to backup any installation regardless of the operating system installed. The drawbacks include amongst others 1. Your machine is offline whilst the dd copy is being made, 2. The larger the physical hard disk is, the longer the copy will take irrespective of the amount of physical data stored on the disk. As far as I am aware there are other alternatives such as CloneZilla (as also already mentioned) that can be used for making snapshots of filesystems, etc... I am happy to stick with dd as it works perfectly for me and I have never had a failed restore to date... Oops... tempting fate....

Regards,

Rawcous
 
  


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
Installing a system with btrfs, managing root snapshots LightSeeker Linux - Newbie 0 10-28-2013 11:44 PM
How to make my system time to sync with ntp server without using client software? ybsshweta Linux - Newbie 14 01-30-2013 06:24 AM
Method to make a POP account look like IMAP Dark_Helmet Linux - Software 2 02-21-2011 05:01 PM
c++ system method mitilma Programming 3 08-07-2007 02:37 AM
System.Timers in C# (for polling a method..) sachitha Programming 2 08-30-2006 11:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:11 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