From ec2fdc19cf9358ae7ba09c528a5807b6b0760f9b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 11 Aug 2018 23:26:49 +0200 Subject: reverse mode: add --exclude option https://github.com/rfjakob/gocryptfs/issues/235 --- Documentation/MANPAGE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index a9afac0..62e0dee 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -70,12 +70,18 @@ Enable (`-dev`) or disable (`-nodev`) device files in a gocryptfs mount You need root permissions to use `-dev`. #### -devrandom -Use /dev/random for generating the master key instead of the default Go +Use `/dev/random` for generating the master key instead of the default Go implementation. This is especially useful on embedded systems with Go versions prior to 1.9, which fall back to weak random data when the getrandom syscall is blocking. Using this option can block indefinitely when the kernel cannot harvest enough entropy. +#### -exclude PATH +Only for reverse mode: exclude relative plaintext path from the encrypted +view. Can be passed multiple times. Example: + + gocryptfs -reverse -exclude Music -exclude Movies /home/user /mnt/user.encrypted + #### -exec, -noexec Enable (`-exec`) or disable (`-noexec`) executables in a gocryptfs mount (default: `-exec`). If both are specified, `-noexec` takes precedence. -- cgit v1.2.3