Version v1.72.0

This commit is contained in:
Nick Craig-Wood
2025-11-21 17:10:17 +00:00
parent 1d02e1219a
commit 38ab3dd5b1
144 changed files with 44223 additions and 16792 deletions

View File

@@ -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 -->