add missing parameter to rsync
authorMicah Anderson <micah@riseup.net>
Sun, 2 Dec 2007 16:56:32 +0000 (16:56 +0000)
committerMicah Anderson <micah@riseup.net>
Sun, 2 Dec 2007 16:56:32 +0000 (16:56 +0000)
examples/example.rsync
handlers/rsync.in

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
 
index bb0343614209538b1bb099ebdcf1a6beccda7a7d..9baa2f215218887c35d7d62a849788393c36a832 100644 (file)
@@ -25,6 +25,7 @@
 #
 #   [source]
 #   from = local or remote
+#   host = source hostname or ip, if remote backup
 #   testconnect = when "yes", test the connection for a remote source before backup
 #   include = include folder on backup
 #   exclude = exclude folder on backup