add missing parameter to rsync
[matthijs/upstream/backupninja.git] / examples / example.rsync
index 2902d0b753786e86575d4eab2b469ee018e2dfac..9053f3ebfb6ccb715e5ab53fcdb4c27ec243d1dd 100644 (file)
@@ -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