macOS Support - ewxrjk/rsbackup GitHub Wiki
Although I run rsbackup on a Linux server I do occasionally try to keep it working on macOS. You will need a copy of Boost from somewhere.
rsbackup with Homebrew
See https://github.com/ewxrjk/rsbackup/blob/travis/.travis.yml for how I have organised macOS builds. At the time of writing they are broken.
rsbackup with Fink
I don't test this any more.
rsbackup 3.0
To build with http://www.finkproject.org/:
fink install boost1.58-nopython
./configure CPPFLAGS=-I/sw/opt/boost-1_58/include LDFLAGS=-L/sw/opt/boost-1_58/lib/
I expect the Pythony version of Boost will also do.
rsbackup 4.0 (untested)
fink install cairomm1 pangomm1.4.1 glibmm2.4-dev glib2-dev pango1-xft2-ft219-dev
fink install boost1.58-nopython
./configure CPPFLAGS=-I/sw/opt/boost-1_58/include LDFLAGS=-L/sw/opt/boost-1_58/lib/
I expect the Pythony version of Boost will also do.
rsbackup with MacPorts
Contributions welcome via an issue or http://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-discuss.
rsbackup with native Boost
Contributions welcome via an issue or http://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-discuss.