Changeset - da9815c2a23c
[Not reviewed]
0 1 0
Branko Majic (branko) - 2 years ago 2023-11-27 00:05:27
branko@majic.rs
MAR-189: Drop the use of deprecated option for Duply.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/backup_client/templates/duply_main_conf.j2
Show inline comments
 
@@ -57,7 +57,7 @@ DUPL_PARAMS="$DUPL_PARAMS --use-agent"
 
# (mentions of IP address additions to user's known_hosts file). Use
 
# dedicated private key for performing logins towards the backup
 
# server.
 
DUPL_PARAMS="$DUPL_PARAMS --ssh-options='-oLogLevel=ERROR -oUserKnownHostsFile=/dev/null -oGlobalKnownHostsFile=/etc/duply/main/ssh/known_hosts -oIdentityFile=/etc/duply/main/ssh/identity'"
 

	
 
# By default we exclude everything, and then include only specific patterns.
 
DUPL_PARAMS="$DUPL_PARAMS --include-globbing-filelist /etc/duply/main/include"
 
DUPL_PARAMS="$DUPL_PARAMS --include-filelist /etc/duply/main/include"
0 comments (0 inline, 0 general)