The Multiplexed File System

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.

Status

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.

License

muxfs is ISC licensed. A full copy of the license text may be found in the source file "LICENSE".

Download

Install

	# make
	# make install

Usage

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.