]> sipb.mit.edu Git - ikiwiki.git/commitdiff
resp
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 11 Sep 2009 21:47:31 +0000 (17:47 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 11 Sep 2009 21:47:31 +0000 (17:47 -0400)
doc/plugins/contrib/rsync/discussion.mdwn

index b162fbd6b14f0f81a000eb55c3a93c2aecab4df2..6bf7a38267d687899bb355ca188ef16aedb10148 100644 (file)
@@ -66,3 +66,12 @@ Revew: --[[Joey]]
 > * Changed the other errors to warnings.
 > * The name might be wrong: there isn't anything rsync-specific about the
 >   plugin, that's just the command I personally need to run. --[[schmonz]]
 > * Changed the other errors to warnings.
 > * The name might be wrong: there isn't anything rsync-specific about the
 >   plugin, that's just the command I personally need to run. --[[schmonz]]
+
+>> One problem with the error is that it prevents dumping a new setup file with
+>> the plugin enabled, and then editing it to configure. ie:
+
+       joey@gnu:~>ikiwiki -setup .ikiwiki/joeywiki.setup -plugin rsync -dumpsetup new.setup
+       Must specify rsync_command
+
+> rsync seems by far the most likely command, though someone might use something
+> to push via ftp instead. I think calling it rsync is ok. --[[Joey]]