muxfs is a mirroring, checksumming, and self-healing filesystem layer for OpenBSD. It mirrors a filesystem tree across a series of directories, and employs checksum databases to validate and restore files automatically.
muxfs is currently in development. It is strongly recommended not to use muxfs to store important data until version 1.0 is released, however feedback from testing would be appreciated.
The latest development version is 0.5-current.
muxfs is ISC licensed. A full copy of the license text may be found in the source file "LICENSE".
# make # make install
The muxfs(1) manual page is available online and may be installed from the source package.
For a more in-depth look at muxfs see the article Introducing muxfs.