mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Version v1.72.0
This commit is contained in:
@@ -100,14 +100,14 @@ Properties:
|
||||
- Type: string
|
||||
- Required: false
|
||||
- Examples:
|
||||
- "auto"
|
||||
- Auto-detect provider
|
||||
- "zenodo"
|
||||
- Zenodo
|
||||
- "dataverse"
|
||||
- Dataverse
|
||||
- "invenio"
|
||||
- Invenio
|
||||
- "auto"
|
||||
- Auto-detect provider
|
||||
- "zenodo"
|
||||
- Zenodo
|
||||
- "dataverse"
|
||||
- Dataverse
|
||||
- "invenio"
|
||||
- Invenio
|
||||
|
||||
#### --doi-doi-resolver-api-url
|
||||
|
||||
@@ -139,9 +139,11 @@ Properties:
|
||||
|
||||
Here are the commands specific to the doi backend.
|
||||
|
||||
Run them with
|
||||
Run them with:
|
||||
|
||||
rclone backend COMMAND remote:
|
||||
```console
|
||||
rclone backend COMMAND remote:
|
||||
```
|
||||
|
||||
The help below will explain what arguments each command takes.
|
||||
|
||||
@@ -155,29 +157,38 @@ These can be run on a running backend using the rc command
|
||||
|
||||
Show metadata about the DOI.
|
||||
|
||||
rclone backend metadata remote: [options] [<arguments>+]
|
||||
```console
|
||||
rclone backend metadata remote: [options] [<arguments>+]
|
||||
```
|
||||
|
||||
This command returns a JSON object with some information about the DOI.
|
||||
|
||||
rclone backend medatadata doi:
|
||||
Usage example:
|
||||
|
||||
```console
|
||||
rclone backend metadata doi:
|
||||
```
|
||||
|
||||
It returns a JSON object representing metadata about the DOI.
|
||||
|
||||
|
||||
### set
|
||||
|
||||
Set command for updating the config parameters.
|
||||
|
||||
rclone backend set remote: [options] [<arguments>+]
|
||||
```console
|
||||
rclone backend set remote: [options] [<arguments>+]
|
||||
```
|
||||
|
||||
This set command can be used to update the config parameters
|
||||
for a running doi backend.
|
||||
|
||||
Usage Examples:
|
||||
Usage examples:
|
||||
|
||||
rclone backend set doi: [-o opt_name=opt_value] [-o opt_name2=opt_value2]
|
||||
rclone rc backend/command command=set fs=doi: [-o opt_name=opt_value] [-o opt_name2=opt_value2]
|
||||
rclone rc backend/command command=set fs=doi: -o doi=NEW_DOI
|
||||
```console
|
||||
rclone backend set doi: [-o opt_name=opt_value] [-o opt_name2=opt_value2]
|
||||
rclone rc backend/command command=set fs=doi: [-o opt_name=opt_value] [-o opt_name2=opt_value2]
|
||||
rclone rc backend/command command=set fs=doi: -o doi=NEW_DOI
|
||||
```
|
||||
|
||||
The option keys are named as they are in the config file.
|
||||
|
||||
@@ -187,5 +198,4 @@ will default to those currently in use.
|
||||
|
||||
It doesn't return anything.
|
||||
|
||||
|
||||
<!-- autogenerated options stop -->
|
||||
|
||||
Reference in New Issue
Block a user