mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-10-04 19:00:10 +00:00
Compare commits
8 Commits
feature/cu
...
92c7efc167
Author | SHA1 | Date | |
---|---|---|---|
|
92c7efc167 | ||
|
2725fb4ee1 | ||
|
16dd9b4d0b | ||
|
63709f751c | ||
|
7e843c7576 | ||
|
3a0570fbf4 | ||
|
cd6831e989 | ||
|
1005de0f0a |
@@ -263,6 +263,8 @@ To guard against man-in-the-middle attacks, the server fingerprint is verified o
|
||||
* `--ssh-keyfile`
|
||||
Points to a valid OpenSSH keyfile. If the file is encrypted, the password supplied is used to decrypt the keyfile.
|
||||
If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
|
||||
This key may need to be in PEM format, e.g. created with `ssh-keygen -m pem`, if Duplicati reports an error like _openssh key type: ssh-rsa is not supported_.
|
||||
|
||||
* `--ssh-key`
|
||||
An url-encoded SSH private key. The private key must be prefixed with `sshkey://`. If the file is encrypted, the password supplied is used to decrypt the keyfile. If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
|
||||
* `--ssh-operation-timeout = 0`
|
||||
|
@@ -614,7 +614,16 @@ These options provide support for sending status reports via HTTP messages. Modu
|
||||
|
||||
### send-http-url
|
||||
`--send-http-url (String)`
|
||||
HTTP report url.
|
||||
HTTP report url.
|
||||
*This option is deprecated. For version 2.0.8.106 and newer, use* `--send-http-form-urls` *and* `--send-http-json-urls` *instead.*
|
||||
|
||||
### send-http-form-urls
|
||||
`--send-http-form-urls (String)`
|
||||
HTTP report urls for sending form-encoded data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings.
|
||||
|
||||
### send-http-json-urls
|
||||
`--send-http-json-urls (String)`
|
||||
HTTP report urls for sending JSON data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings.
|
||||
|
||||
### send-http-message
|
||||
`--send-http-message (String)`
|
||||
|
@@ -6,7 +6,7 @@
|
||||

|
||||
|
||||
|
||||
2024/04/02
|
||||
2024/05/28
|
||||
|
||||
|
||||
|
||||
|
@@ -9,7 +9,7 @@ repo_name: "kees-z/DuplicatiDocs"
|
||||
repo_url: "https://github.com/kees-z/DuplicatiDocs/"
|
||||
|
||||
# Copyright
|
||||
copyright: "Copyright © 2016 - 2023 The Duplicati Team"
|
||||
copyright: "Copyright © 2016 - 2024 The Duplicati Team"
|
||||
|
||||
# Configuration
|
||||
theme:
|
||||
|
Reference in New Issue
Block a user