File diff fec5f67faec1 → 58a1cbd06e7e
roles/backup_client/templates/duply_main_conf.j2
Show inline comments
 
@@ -14,7 +14,7 @@ GPG_OPTS="--homedir /etc/duply/main/gnupg/ --trust-model always"
 
# DUPL_PARAMS and --ssh-options):
 
#
 
#   - Pass in custom options for user/global known_hosts files (not
 
#     possible with Duplicity shipping with Debian 10 Buster).
 
#     possible with Duplicity shipping with Debian 11 Bullseye).
 
#   - Reduce logging verbosity (avoiding output from sftp that mentions
 
#     updates of user's known_hosts file with IP addresses).
 
TARGET='pexpect+sftp://{{ backup_client_username }}@{{ backup_server }}:{{ backup_server_port }}/{{ backup_server_destination }}'