From f1999df705f22638a6d9d44c728c4282e674b982 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 12 Sep 2009 00:24:57 -0400 Subject: remove cgi exclusion Note that a typical use of this plugin is for a static site, w/o cgi support enabled. --- IkiWiki/Plugin/rsync.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/rsync.pm b/IkiWiki/Plugin/rsync.pm index 45bff19bd..e38801e4a 100644 --- a/IkiWiki/Plugin/rsync.pm +++ b/IkiWiki/Plugin/rsync.pm @@ -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, -- cgit v1.2.3