Oct
26
2007
0

Install backup-manager on Debian, Fedora and Gentoo

Debian:
apt-get install backup-manager

Fedora Core4 and Gentoo:
1. download latest stable release from http://www.backup-manager.org/
wget http://www.backup-manager.org/download/backup-manager-0.6.3.tar.gz
2. unzip to a directory
tar -zxvf backup-manager-0.6.3.tar.gz
3. build and install
cd backup-manager-0.6.3
make install
cp /usr/share/backup-manager/backup-manager.conf.tpl /etc/backup-manager.conf
4. move the required library: backup-manger require this to be able to upload
mv /usr/share/perl5/BackupManager /usr/lib/perl5/site_perl/5.8.6

Written by hkai in: Linux Debian, Linux Fedora, Linux Gentoo |
Nov
16
2006
0

comparing debian and gentoo (for system admin only)

I need to install subversion on 2 machines running debian and gentoo.

on debian: aptitude install subversion

finished in 5 seconds

on gentoo: emerge subversion

after compiling 5 packages in 15 min, it got subversion installed.

what’s the reason for the 15min? I tried to look the doc to get a binary package, and it seems need another one hour to install/configure, which also seems not official support by default. So, why bother ?

I don’t suggest any system admin use gentoo, it will bring you troublesome more than advantages. However, if you are cutting edge system admin and no customer will complain when system breaks, you are on your own. Good luck! I’ll remove my gentoo within 2 monthes and switch to debian forever.

Written by hkai in: Linux Debian, Linux Fedora, Linux General |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes