summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-11 17:47:31 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-11 17:47:31 -0400
commita7d7acc0f761fff16637e427f30d365b54be1a33 (patch)
treee0fe8addfa95a36e7d0115cd9254680d084bc8e1 /doc
parent544cedaa1903c6314ed7ba98d96965a4017944ec (diff)
resp
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/rsync/discussion.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/contrib/rsync/discussion.mdwn b/doc/plugins/contrib/rsync/discussion.mdwn
index b162fbd6b..6bf7a3826 100644
--- a/doc/plugins/contrib/rsync/discussion.mdwn
+++ b/doc/plugins/contrib/rsync/discussion.mdwn
@@ -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]]
+
+>> 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]]