From fa834367c030c23b7d43082e3344607b0bbbdef4 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Sun, 14 Jan 2018 14:00:59 -0500
Subject: [PATCH] [borg] Fix default value for testconnect in example config

---
 examples/example.borg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/example.borg b/examples/example.borg
index c212ae61..107e7d6d 100644
--- a/examples/example.borg
+++ b/examples/example.borg
@@ -21,7 +21,7 @@
 ## default is yes. set to no to skip the test if the remote host is alive
 ##
 ## Default:
-# testconnect = no
+# testconnect = yes
 
 ######################################################
 ## source section
-- 
GitLab