SnapRAID Script

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
sirtyface
Member
Member
Posts: 4
Joined: November 15th, 2011, 9:59 pm

SnapRAID Script

Post by sirtyface »

Hey guys,

I've implemented SnapRAID as described in the guide, including copy/pasting the Diff/Sync script. However, I'm receiving an error when running the script:
/usr/bin/mail: No such file or directory
Is there a package that I'm missing? Or should I modify the script itself to use the ssmtp program that was installed as part of the guide?

Thanks in advance for the help.
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: SnapRAID Script

Post by Ian »

Hi there,

Apologies for the lack of response. Yeah, looks like a change since I put up that guide. You need another package:

Code: Select all

sudo apt-get install mailutils
Then try and run the SnapRAID script again. Please let me know how you get on :thumbup:

Ian.
sirtyface
Member
Member
Posts: 4
Joined: November 15th, 2011, 9:59 pm

Re: SnapRAID Script

Post by sirtyface »

That did the trick. Thanks a lot Ian!
Post Reply