mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
Clarify that duplicity/paramiko doesn't support spaces between -o and IdentityFile anymore.
This commit is contained in:
parent
e732e84750
commit
b3275eb7b1
@ -226,8 +226,10 @@ exclude = /var/cache/backupninja/duplicity
|
||||
## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
|
||||
##
|
||||
## duplicity >= 0.6.17
|
||||
## ------------------
|
||||
## supports only "-o IdentityFile=..."
|
||||
## -------------------
|
||||
## supports only "-oIdentityFile=..." since duplicity >=0.6.17 uses paramiko,
|
||||
## a ssh python module.
|
||||
## warning: requires no space beetween "-o" and "IdentityFile=...".
|
||||
##
|
||||
## Default:
|
||||
# sshoptions =
|
||||
|
@ -482,8 +482,10 @@ bandwidthlimit = $dup_bandwidth
|
||||
## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
|
||||
##
|
||||
## duplicity >= 0.6.17
|
||||
## ------------------
|
||||
## supports only "-o IdentityFile=..."
|
||||
## -------------------
|
||||
## supports only "-oIdentityFile=..." since duplicity >=0.6.17 uses paramiko,
|
||||
## a ssh python module.
|
||||
## warning: requires no space beetween "-o" and "IdentityFile=...".
|
||||
##
|
||||
## Default:
|
||||
# sshoptions =
|
||||
|
Loading…
Reference in New Issue
Block a user