diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-07-04 01:36:56 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-07-04 01:36:56 +0300 |
commit | 435f4edb6ed4a8e4920bb925c333ac0a610c14d2 (patch) | |
tree | ee2df7636d2ca8c8f25818dba8554e776a494d93 /src/bindfs.1 | |
parent | 4799ba57707884a7d451434daa211eff2330678a (diff) | |
download | bindfs-435f4edb6ed4a8e4920bb925c333ac0a610c14d2.tar.gz |
Cache user data for user_belongs_to_group().
This considerably speeds up --mirror @group.
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 9a03199..cd822bc 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -349,6 +349,9 @@ MacFuse caches file contents by default. This means that changes in source files are not always immediately visible under the mount point. \fB\-o nolocalcaches\fP can be used to disable the cache. +When using \fB\-\-mirror[-only]\fP on a group, bindfs won't see changes to the group's member list. +Sending bindfs a \fBSIGUSR1\fP signal will make it reread the user database. + .SH BUGS Please report to the issue tracker on the project home page at |