Author: amitj
Date: Wed Nov 29 06:24:19 2017
New Revision: 1816601

URL: http://svn.apache.org/viewvc?rev=1816601&view=rev
Log:
OAK-6865: Account for active deletion in oak-run datastorecheck

- Documentation for the new 'repoHome' option

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1816601&r1=1816600&r2=1816601&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Wed Nov 29 06:24:19 2017
@@ -459,7 +459,8 @@ Use the following command:
             [--store <path>|<mongo_uri>] \
             [--s3ds <s3ds_config>|--fds <fds_config>] \
             [--dump <path>] \
-            [--track <DataStore local tracking path>]
+            [--repoHome <local_repository_root>]
+            [--track]
 
 The following options are available:
 
@@ -472,8 +473,8 @@ The following options are available:
     --dump           - Path where to dump the files (Optional). Otherwise, 
files will be dumped in the user tmp directory.
     --s3ds           - Path to the S3DataStore configuration file
     --fds            - Path to the FileDataStore configuration file ('path' 
property is mandatory)
-    --track          - Path of the local reposity home folder (Optional). This 
will place a copy of the downloaded blob ids to be tracked.
-
+    --repoHome       - Path of the local reposity home folder. Mandatory for 
--consistency & --track options 
+    --track          - Whether to force override the tracked ids (Valid only 
for --id & --consistency options)
 Note:
 For using S3DataStore the following additional jars have to be downloaded
     - 
[commons-logging-1.1.3.jar](http://central.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar)
@@ -591,4 +592,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY
 See the License for the specific language governing permissions and
 limitations under the License.
 
-[1]: 
https://jackrabbit.apache.org/oak/docs/features/oak-run-nodestore-connection-options.html
\ No newline at end of file
+[1]: 
https://jackrabbit.apache.org/oak/docs/features/oak-run-nodestore-connection-options.html


Reply via email to