From 03292147f6b1102d82e10ca291ed2c33affa4554 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Thu, 17 Apr 2014 19:13:07 -0300
Subject: [PATCH] Rsync example: show 'user' parameter as a required option
 (#4380)

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

diff --git a/examples/example.rsync b/examples/example.rsync
index 80365ae..e4cea15 100644
--- a/examples/example.rsync
+++ b/examples/example.rsync
@@ -98,7 +98,7 @@ days = 7
 #port = 22
 
 # remote user name (remote source only)
-#user =
+user = remoteuser
 
 # when "yes", test the connection for a remote source before backup
 #testconnect = no
-- 
GitLab