aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2007-12-02 16:56:32 +0000
committerMicah Anderson <micah@riseup.net>2007-12-02 16:56:32 +0000
commit8c04b73c8360a2712cb3a768af93479a257d4384 (patch)
tree248bdfc5edd542932d11cc208de500ab15060487 /examples
parent4a931bc290467dbe779b67ac9bd5161cd1783a68 (diff)
downloadbackupninja-8c04b73c8360a2712cb3a768af93479a257d4384.tar.gz
backupninja-8c04b73c8360a2712cb3a768af93479a257d4384.tar.bz2
add missing parameter to rsync
Diffstat (limited to 'examples')
-rw-r--r--examples/example.rsync3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/example.rsync b/examples/example.rsync
index 2902d0b..9053f3e 100644
--- a/examples/example.rsync
+++ b/examples/example.rsync
@@ -54,6 +54,9 @@ days = 7
# where the data to be backed up is (local or remote)
#from = local
+# if remote source, specify the hostname or IP
+#host =
+
# when "yes", test the connection for a remote source before backup
#testconnect = no