2013年5月10日金曜日

【linux】Dagリポジトリの追加 mondorescue関係

# touch /etc/yum.repos.d/dag.repo
# vi /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag/
gpgcheck=1
enabled=0

GPGキーのインポートとインストール

# wget http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
# rpm --import RPM-GPG-KEY.dag.txt
dagレポジトリを使ってインストールする場合は、こんな感じで

# yum --enablerepo=dag installソフト名


http://www.limemo.net/blog/2012/03/try-whole-backup-in-sakuravps-on-centos-by-mondo-rescue-02.html

http://d.hatena.ne.jp/temita/20120609/1339231679


mondorescue のバージョンは3.0.2-1.rhel5を使いました。3.0.1だと失敗します。

いったん削除
# yum erase mondo
# yum erase mindi mindi-busybox afio buffer

レポジトリ指定をしてインストール
# yum --enablerepo=dag install mondo

バックアップ取り直し祭。

0 件のコメント:

コメントを投稿