Skip to content
Snippets Groups Projects
Commit e1f8b914 authored by Wei Liu's avatar Wei Liu
Browse files

Update doc

parent a62b5013
Branches
Tags v0.3.2
No related merge requests found
......@@ -16,8 +16,8 @@ OPTIONS:
-o, --output <output.csv> Output CSV file.
--detailed-output Include all files checked. Otherwise, only the missing or invalid files are included in the output.
--no-csum-check Files are equated if the name, size and CRC32 checksum are the same. With this argument, you can exclude the CRC32 checksum comparison.
--nb-queriers <n> Number of query threads. Defaults to 1
--nb-workers <n> Number of concurrent worker threads to read local file (to generate checksum) if needed. Defaults to 1
--nb-queriers <n> Number of query threads. Defaults to 1. Maximum is 4.
--nb-workers <n> Number of concurrent worker threads to read local file (to generate checksum) if needed. Defaults to 1. Maximum is 8.
--nb-retries <n> Retry times when error occurs. Defaults to 0
--batch-size <size> Size of the query result. Defaults to 1000
--follow-dir-links Follow symbolic links to directories.
......
......@@ -16,8 +16,8 @@ OPTIONS:
--overwrite Overwrite if the dst file exists.
--unarchive Extract Arcitecta .aar files.
--csum-check Files are equated if the name and size are the same. In addition, with this argument, you can optionally compute the CRC32 checksumk to decide if two files are the same.
--nb-queriers <n> Number of query threads. Defaults to 1
--nb-workers <n> Number of concurrent worker threads to download data. Defaults to 1
--nb-queriers <n> Number of query threads. Defaults to 1. Maximum is 4.
--nb-workers <n> Number of concurrent worker threads to download data. Defaults to 1. Maximum is 8.
--nb-retries <n> Retry times when error occurs. Defaults to 0
--batch-size <size> Size of the query result. Defaults to 1000
--daemon Run as a daemon.
......
......@@ -18,8 +18,8 @@ OPTIONS:
--mf.token <token> Mediaflux secure identity token.
--namespace <dst-namespace> The destination asset namespace in Mediaflux.
--csum-check If enabled, computes the checksum from the uploaded file and compares with that computed by the server for the Mediaflux asset.
--nb-queriers <n> Number of query threads. Defaults to 1
--nb-workers <n> Number of concurrent worker threads to upload data. Defaults to 1
--nb-queriers <n> Number of query threads. Defaults to 1. Maximum is 4.
--nb-workers <n> Number of concurrent worker threads to upload data. Defaults to 1. Maximum is 8.
--nb-retries <n> Retry times when error occurs. Defaults to 0
--batch-size <size> Size of the query result. Defaults to 1000
--daemon Run as a daemon.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment