diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-17 19:13:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-17 19:13:07 -0300 |
commit | 03292147f6b1102d82e10ca291ed2c33affa4554 (patch) | |
tree | 387beb1477b1990cdb222bb7b9793a095e547e23 | |
parent | c6418f2f6e90ea5ae4c3ce8348538e76f9f74390 (diff) | |
download | backupninja-03292147f6b1102d82e10ca291ed2c33affa4554.tar.gz backupninja-03292147f6b1102d82e10ca291ed2c33affa4554.tar.bz2 |
Rsync example: show 'user' parameter as a required option (#4380)bug/4380
-rw-r--r-- | examples/example.rsync | 2 |
1 files changed, 1 insertions, 1 deletions
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 |