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