From f233b1ed9047bb69d273bf88aa368dd6ec2e186b Mon Sep 17 00:00:00 2001 From: Jerome Charaoui <jerome@riseup.net> Date: Thu, 14 Jan 2021 19:50:30 -0500 Subject: [PATCH] fix sshoptions missing from dup helper config --- handlers/dup.helper.in | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 2048479..775da64 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -437,6 +437,7 @@ bandwidthlimit = $dup_bandwidth ## ## Default: # sshoptions = +sshoptions = $dup_sshoptions # put the backups under this destination directory # if using 'desturl' above, this must not be set -- GitLab