summaryrefslogtreecommitdiff
path: root/doc/rharchive.8.txt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-02-04 13:25:05 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-02-04 13:25:05 (GMT)
commit5f4fceff0f892bf19a8f6176b17ea1ad2569bdf0 (patch)
tree3ba0bdfe667ffbf157a016745f7ae1aef0bd5bf8 /doc/rharchive.8.txt
parentbfca54665d2fa4e72997ab9816b35011d756694e (diff)
added new option --nocache which controls the usage of O_DIRECT
Diffstat (limited to 'doc/rharchive.8.txt')
-rw-r--r--doc/rharchive.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rharchive.8.txt b/doc/rharchive.8.txt
index ed63374..3c5d3f9 100644
--- a/doc/rharchive.8.txt
+++ b/doc/rharchive.8.txt
@@ -24,6 +24,7 @@ rharchive
[ -d|--output-dir <path> ]
[ -f|--name-format <format> ]
[ -m|--mode <value> ]
+ [ -n|--nocache ]
[ -i|--interval <value> ]
[ -o|--offset <value> ]
[ -x|--post-process <script> ]
@@ -99,6 +100,9 @@ The following options can be passed to the *rharchive* daemon:
*-m, --mode <value>*::
the octet string for the file permission bits.
+*-n, --nocache*::
+ When this option is given *rharchive* will use the O_DIRECT flag when opening files.
+
*-i, --interval <value>*::
the interval in ms between the boundary checks. The default is to check every 50ms.