473,387 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Which backup utility

dlite922
1,584 Expert 1GB
Problem:
I want a backup utility for my CentOS 5 HP DL320 G2 server with Software Raid, Gnome installed but I do not want to install every backup utility there is to find the one i'm looking for: Linux Online - Category: Administration / Backup

What I need is to backup the server so that in case of hard drive failure I can my my system reimaged and up/live again within hours, not days.

There's no big network, so AMANDA scares me. and the little "easyBackup" programs I'm afraid won't be too thorough.

Is there away I can just copy the entire system once, then incremental backups.

I've got everything just write and it will take me days if not weeks to get it the same again if it crashed, so i can not just backup mysql and files. I need "Everything" backed up.

Choices I've been given from my (sometimes-confusing) friend Google:

Linux Online - Category: Administration / Backup
Backup Solutions for Linux

Can I just use...
Linux.com :: Back up like an expert with rsync

and give it "/" (root) as the srouce? So if I reinstalled CentOS, i can just reinstall resync and copy everything to destination. (Writing over the entire hard drive) then reboot?! I haven't done this, so that's why I ask.

I'm a petty n00b, I bow before you uber Gods of linux!

:D


Dan
Dec 10 '08 #1
3 2553
ashitpro
542 Expert 512MB
Why don't you think over linux ghost images?
It helped me couple of time.
Bring you server to respectable condition and have a image.
If your server gets crash, you could just restore the image with no time.
Dec 11 '08 #2
micmast
144 100+
This is a backup script I used a few times, works good

full backup:
tar cjvf archive.tar.bz2 / --exclude-dir=/mnt --exclude-dir=/tmp --exclude=*.bz2 --exclude=*.gz

incremental backup (this will show everything that has been modified in the last 24 hours
find / -type f -mtime -1 -print | tar cjvf archive.bz2 -T -

If you put this inside cron, you have a backup system. Offcourse you can extend this by adding a line that will upload the code to a server or save on a seperate harddrive.
Dec 11 '08 #3
drhowarddrfine
7,435 Expert 4TB
The most used backup solutions are tar, rsync and dump. They are all good. Many, many admins swear by dump.
Dec 12 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: John Smith | last post by:
Hi I am currently reviewing our backup procedures. Part of the issue has been finding the right fit. There are obviously backup products that provide mysql agents but unfortunately can not for...
10
by: Dirk McCormick | last post by:
Hi, I am writing a remote update app, and I'd like to programmatically backup the SQL Server 2000 database before running the SQL files over it. Can anyone tell me a command that does a hot backup...
0
by: Carl Klouda | last post by:
I have been developing a client backup utility for my company to backup key data off a client's machine (i.e. My Documents, Cookies, Favorites, etc.) I am backing the data up to a SQL Server...
9
by: Stanley Sinclair | last post by:
I just brought a new small server online. It has two disks in RAID1 (mirrored) for the operating system and logs and DB2 DBMS. DB2 data on a separate RAID 5EE array on four disks. (IBM ServeRAID...
6
by: Tim Penhey | last post by:
Hi All, I have a java web server (Tomcat) running a web application that uses PostgreSQL for all of the data. All of the management of the application is done through the web application and I...
3
by: dcruncher4 | last post by:
It is possible that we may be asked to restore a production tape, say 3 yrs later. We would prefer redirect restore for that. I am documenting a process to do a redirect restore. We take...
1
by: ARC | last post by:
Does anyone know if you can add your own items to the round office button in the top left? I'm guessing the answer is no, and that you can only hide the default items, but it would be great if you...
4
by: phirestorm | last post by:
Hopefully someone can help me with an issue i am having. First off let me say that i have little to no experience with MS SQL or SQL in general. We have a Windows 2003 server running MSSQL (i...
1
by: munjal | last post by:
Hello frenzz m new to forums pls forgive if i offend ne1 in ne manner I have created a backup utility in VB.NET for MS Access backend i am using the copy method to copy the updated db to new...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.