Ok, if anyone running ClearOS 6.x - 64 bit wants to give Mondo Rescue a try, I just installed it on my ClearOS 64-bit system.
I created a mondorescue.repo file that contained this text:
| Code: |
[mondorescue]
name=Mondorescue for RHEL/ CentOS $releasever - $basearch
baseurl=ftp://ftp.mondorescue.org/rhel/6/x86_64/
enabled=1
gpgcheck=0
gpgkey=ftp://ftp.mondorescue.org/rhel/6/x86_64/mondorescue.pubkey
|
I put zero in the gpgcheck line since from prior experience, the mondo packages weren't signed. I put the mondorescue.repo file in the /etc/yum.repos.d directory.
I then imported the mondo repo key:
| Code: |
rpm --import ftp://ftp.mondorescue.org/rhel/6/x86_64/mondorescue.pubkey
|
After that completed, I installed Mondo Rescue:
Here is a list of what was installed:
Installed:
mondo.x86_64 0:3.0.2-1.rhel6
Dependency Installed:
afio.x86_64 0:2.5-1.rhel6
buffer.x86_64 0:1.19-4.rhel6
dosfstools.x86_64 0:3.0.9-4.el6
genisoimage.x86_64 0:1.1.9-11.el6
mindi.x86_64 0:2.1.3-1.rhel6
mindi-busybox.x86_64 0:1.18.5-1.rhel6
mtools.x86_64 0:4.0.12-1.el6
parted.x86_64 0:2.1-18.el6
syslinux.x86_64 0:4.02-7.el6
wodim.x86_64 0:1.1.9-11.el6
Complete!
When I have a chance, I'll hook up a keyboard and monitor to the server and try running Mondo Rescue.
Addendum 10/14/2012:
Finally had time to try Mondo Rescue again. This time I tried to backup to DVD's. Mondo exited stating I needed to install growisofs . Growisofs is part of the dvd+rw-tools package, so:
| Code: |
[root@####### ~]# yum install dvd+rw-tools
|
Running Transaction
Installing : dvd+rw-tools-7.1-6.el6.x86_64 1/1
Verifying : dvd+rw-tools-7.1-6.el6.x86_64 1/1
Installed:
dvd+rw-tools.x86_64 0:7.1-6.el6
Complete!