]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/rsync.pm
doc update, add --exclude ikiwiki.cgi to examples
[ikiwiki.git] / IkiWiki / Plugin / rsync.pm
index a62347a44d1fdfe708f7af03ceaafe4b5bc5b3b9..f14989ff835ac929675666ee91cd3a5d68f8261b 100644 (file)
@@ -18,7 +18,7 @@ sub getsetup () {
                },
                rsync_command => {
                        type => "string",
-                       example => "rsync -qa --delete . user\@host:/path/to/docroot/",
+                       example => "rsync -qa --delete . user\@host:/path/to/docroot/ --exclude ikiwiki.cgi",
                        description => "command to run to sync updated pages",
                        safe => 0,
                        rebuild => 0,