From b2724070d95234a8cd281f275211e0f827a8bbe1 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 16 Aug 2021 18:40:48 +0200 Subject: reverse mode: implement -one-file-system Fixes https://github.com/rfjakob/gocryptfs/issues/475 --- Documentation/MANPAGE.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Documentation') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 648a6c7..3a2f6c5 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -331,6 +331,14 @@ See `-suid, -nosuid`. Send USR1 to the specified process after successful mount. This is used internally for daemonization. +#### -one-file-system +Don't cross filesystem boundaries (like rsync's `--one-file-system`). +Mountpoints will appear as empty directories. + +Only applicable to reverse mode. + +Limitation: Mounted single files (yes this is possible) are NOT hidden. + #### -rw, -ro Mount the filesystem read-write (`-rw`, default) or read-only (`-ro`). If both are specified, `-ro` takes precedence. -- cgit v1.2.3