Created FreeBSD (markdown)

Ben RUBSON 2018-05-13 15:21:04 +02:00
parent 913daa8b17
commit c84e8766a2

18
FreeBSD.md Normal file

@ -0,0 +1,18 @@
### Installation
pkg install fusefs-encfs
or
cd /usr/ports/sysutils/fusefs-encfs/
make build
make install
make clean
You can also compile, test and install following instructions in the `INSTALL.md` file from the version you use.
For example, for 1.9.5 : https://github.com/vgough/encfs/blob/v1.9.5/INSTALL.md
### Warnings
There may be some issues in reverse mode, when backing files are modified.
See this comment : https://github.com/vgough/encfs/issues/315#issuecomment-288197962