Skip to content
Snippets Groups Projects
Commit 31491d38 authored by brinn's avatar brinn
Browse files

minor: allow to provide command-line-parameters to the batch file and document...

minor: allow to provide command-line-parameters to the batch file and document manual-intervention-regex in service.properties

SVN: 1124
parent ab9a827a
No related branches found
No related tags found
No related merge requests found
@echo off
java -jar lib\datamover.jar
java -jar lib\datamover.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
......@@ -18,4 +18,5 @@ manual-intervention-dir = data/manual_intervention
# quiet-period = <time period that a path (file or directory) in incoming is required to be "quiet" before it is copied in seconds>
# failure-interval = <time interval to wait after a failure before the operation is re-tried in seconds>
# max-retries = <maximal number of retries when an operation fails>
# cleansing-regex = <regex of paths that should be removed before moving a path to outgoing>
\ No newline at end of file
# cleansing-regex = <regex of paths that should be removed before moving a path to outgoing>
# manual-intervention-regex = <regex of paths that need manual intervention>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment