You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Homebrew to install s3backer on Mac OS X. Note that for unknown reason the package is named s3-backer (with a dash).
Installing Using Pre-Built RPMs
If you are running openSUSE or a few other Linux variants, you can find pre-built RPMs in the usual places.
Building And Installing From Distribution Source
Like lots of other software packages, s3backer uses GNU Autoconf for its build process so once you have installed the other required packages, building and installing s3backer is usually as easy as:
$ ./configure
$ make
$ sudo make install
Building Distribution Source From Github Source
If you've cloned the Github project, to build the distribution source tarball you'll need autoconf, automake, etc. installed, then:
$ ./autogen.sh
$ ./configure
$ make dist
FUSE Configuration
If you want to allow normal users to mount s3backer filesystems, you need to add the user_allow_other option to /etc/fuse.conf. It must be on a line by itself.
For example:
$ sudo sh -c 'echo user_allow_other >> /etc/fuse.conf'
Setting up /etc/fstab
You can have your s3backer disk mounted automatically via /etc/fstab. See Configuring fstab.