Discussion:
[rsnapshot-discuss] Mac install
Keith Ellis
2015-05-18 13:19:02 UTC
Permalink
Hi,

I'm trying to install rsnapshot on a Mac so I can back up my Raspberry Pi ownCloud server. I have cloned the git repository and followed the instructions at https://github.com/rsnapshot/rsnapshot/blob/master/INSTALL.md however the first command
./autogen.sh

throws an error, it cannot find the command 'autoreconf', this does not seem to be in the repository.

Any help on how I can get rsanpshot installed on a Mac would be much appreciated.

Regards,
Keith Ellis
David Cantrell
2015-05-18 13:28:35 UTC
Permalink
throws an error, it cannot find the command 'autoreconf', ???this does not
seem to be in the repository.
It's part of GNU autoconf:
http://www.gnu.org/software/autoconf/autoconf.html

The least painful way to get it on a Mac is to first install Homebrew:
http://brew.sh/

And then install automake:
$ brew install automake
--
David Cantrell | Godless Liberal Elitist

PERL: Politely Expressed Racoon Love
Terry Barnum
2015-05-22 18:26:13 UTC
Permalink
Or with http://macports.org

Install macports (and XCode command line tools if not already installed), then:

# port install rsnapshot

-Terry
Post by David Cantrell
throws an error, it cannot find the command 'autoreconf', ???this does not
seem to be in the repository.
http://www.gnu.org/software/autoconf/autoconf.html
http://brew.sh/
$ brew install automake
--
David Cantrell | Godless Liberal Elitist
PERL: Politely Expressed Racoon Love
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
Terry Barnum
digital OutPost
http://www.dop.com

Keith Ellis
2015-05-18 20:05:02 UTC
Permalink
Thanks David, that helped. All installed now.

Cheers

Keith Ellis
Re: [rsnapshot-discuss] Mac install
Loading...