Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-30-2013, 10:41 PM
|
#1
|
LQ Newbie
Registered: Sep 2013
Posts: 2
Rep: 
|
Newbie looking for a better disaster recovery solution RedHat 5 Ent
In the process of looking for better D.R. backup solutions. it's mainly a file server, the server lost it's tape backup. what is a starting point. currently the system has a USB HD connected and supposedly is being backed up. the system kinda fell into my lap. what kind of back up commands are out there for linux?
besides me being the disaster, can anybody give me some tips
please
Red Hat 5 Enterprise Edition 2009
|
|
|
10-01-2013, 02:17 AM
|
#2
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,441
|
Can you post the output from
Code:
uname -a
cat /etc/*release*
In any case, have a look at rsync, mondorescue, clonezilla for starters.
Ensure you have the install media for the OS and remember that RDBMSes (eg Oracle, MySQL etc) require using the DB supplied tools unless you do a cold backup.
You could also peruse http://www.linuxlinks.com/article/20...03/Backup.html
|
|
1 members found this post helpful.
|
10-01-2013, 09:37 PM
|
#3
|
LQ Newbie
Registered: Sep 2013
Posts: 2
Original Poster
Rep: 
|
Thank Chris, not only new to Linux but new to any kind of posts too. I think I learned the system is running amanda. it's going to take some time before I can gain root control. mean time I may try to setup a Fedora if the old rack Intel Server isn't too old for it.
Thank you
|
|
|
10-01-2013, 11:56 PM
|
#4
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
|
Hi: LoganRigs & Welcome to Linux Questions-
That command that Chris is asking you to run; you don't have to perform it as root.
Here's mine so you have an idea of what your's looks like before you post the output.
I'm running Fedora 19-
Code:
~]$ cat /etc/*release*
Fedora release 19 (Schrödinger’s Cat)
NAME=Fedora
VERSION="19 (Schrödinger’s Cat)"
ID=fedora
VERSION_ID=19
PRETTY_NAME="Fedora 19 (Schrödinger’s Cat)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:19"
Fedora release 19 (Schrödinger’s Cat)
Fedora release 19 (Schrödinger’s Cat)
cpe:/o:fedoraproject:fedora:19
When you run uname -a it will provide the version of the kernel that your using-
https://fedoraproject.org/get-fedora
http://clonezilla.org/
http://www.mondorescue.org/
https://rsync.samba.org/
Last edited by Ztcoracat; 10-01-2013 at 11:59 PM.
|
|
|
10-02-2013, 01:37 AM
|
#5
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,441
|
Amanda is a good backup system, although usually for more than one system.
Here's a good quick intro http://www.zmanda.com/quick-backup-setup.html
|
|
|
10-02-2013, 02:06 AM
|
#6
|
Senior Member
Registered: Apr 2010
Posts: 2,290
|
check out this link it might help:
https://access.redhat.com/site/docum...kups-tech.html
Using tar, backing up the contents of a directory can be as simple as issuing a command similar to the following:
tar cf /mnt/backup/home-backup.tar /home/
|
|
|
All times are GMT -5. The time now is 03:36 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|