Koozali.org: home of the SME Server

Problems installing DAR

Offline len_chan

  • 8
  • +0/-0
    • Perceptus Solutions Inc.
Problems installing DAR
« on: March 29, 2008, 08:18:41 AM »
Hi,

I'm trying to setup DAR using these instructions:

http://wiki.contribs.org/Backup_with_dar

On the very first command, I get an error:

yum --enable smetest upgrade e-smith-backup

Error:
Processing Dependency: e-smith-formmagick >= 1.4.0-9 for package: e-smith-backup

So, I tried to update e-smith-formmagick and got this error:
Could not find update match for e-smith-formmagick

Now I'm a bit lost as to what to do next.

Help is much appreciated.

LC

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: Problems installing DAR
« Reply #1 on: March 30, 2008, 01:52:48 PM »

--enable smetest

should be --enablerepo=smetest
and for good measure --enablerepo=smeupdates-testing as well

this will give close to the soon to be released sme7.4
if you don't want to do this, wait
for the updates to be released

Offline len_chan

  • 8
  • +0/-0
    • Perceptus Solutions Inc.
Re: Problems installing DAR
« Reply #2 on: March 31, 2008, 01:50:04 AM »
snoble,

Thanks for the reply.  I managed to get this working late yesterday, and didn't get around to replying to myself yet...

I did need to go to smeupdates-testing as you have suggested.

- went to smeupdates-testing to find e-smithformmagick
yum --enable smeupdates-testing upgrade e-smith-formmagick

- I think I still had issues, so I installed dar first
yum --enable smetest install dar

- Finally, manually installed e-smith backup. 
rpm -Uvh e-smith-backup-1.15.0-13.el4.sme.noarch.rpm

I'm not 100% sure if all of the above were required, or if I forgot to write down a step... but it seems to work. 

Now I have to find out where in the templates to encrypt the backups...

:)


LC