Welcome to Server Circle. It's a friendly site and all levels of experience are welcome. Be aware that we use cookies for your login.
Server Circle - Ask questions about Servers and get answers from experts.
Beta (0.65 sec)
Best way to create a drive backup

I've looked at Clonezilla and a few others but the ones I've found seem to need a CD in the drive of the server to restore the data.

Any decent cloning software that doesn't need that and I can run over a live CentOS server ?
Asked by:
TomPating
1355 points
 Report Abuse
 Share Page - Category: CentOS Linux - Tags: Best way to create a drive backup
 Enter your response
Please use Pastie.org to paste lengthy code or to fix formatting issues with code
  • Responses in reverse (6)

Best Answer

You also might check out rdiff-backup if you just want to back up the data and don't "need" to clone the disk.

If you do use it make sure you put the backup on its own partition. That way if you make a mistake and cause rdiff-backup to run wild and fill up the partition it won't shut down the server.

I've been using it for 10 years and it is cast iron stable. There are also lots of features as to what gets backed up and how long to keep past incremental backups.

Response by:
kwd
155 points
Also, you can use "kickstart"

installing from network is possible

Response by:
jalal
3623 points
If disks geometry are the same, you can copy disk physically by "dd" command

Response by:
jalal
3623 points
CentOS rescue is mini cd and you can rescue disk boot system and chroot /mnt/sysimage

then you can restore system.

Response by:
mohamad_kian
1548 points
If you need help using dd try this link:

Learn The DD Command Revised

http://www.linuxquestions ...

Response by:
kwd
155 points
Depending on a number of variables, there are multiple ways to accomplish your goal. Take a look at using dd to copy the entire disk contents over to a hard drive mounted in a USB dock connected directly to the server. This will give you a bootable, portable solution. I've found this this to be a simple, quick reliable solution and gets away from the cd/dvd creation issue.

Response by:
sidhymes
0 points


  • Related Questions
About Us : Contact Us : Etiquette : Terms : CDN Failover : ShorterURL : CDN Fallback : © 2013 Server Circle