diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-24 10:17:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-24 10:17:47 -0300 |
commit | 211bac185ec0912d987d3ed6b034fa5a0f1366c2 (patch) | |
tree | 950f662b8752fe27153c58ac8b43709bca678a88 | |
parent | 7a303ee9792bed06a5f1e5b7aefcbf4b2a132a12 (diff) | |
download | keyringer-211bac185ec0912d987d3ed6b034fa5a0f1366c2.tar.gz keyringer-211bac185ec0912d987d3ed6b034fa5a0f1366c2.tar.bz2 |
Rsync command
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 81234b0..34cbc41 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -212,5 +212,5 @@ use IkiWiki::Setup::Standard { #po_slave_languages => [ 'pt|Portuguese' ], # See http://ikiwiki.info/plugins/rsync/ - #rsync_command => 'rsync -qa --delete . user@host:/path/to/docroot/', + #rsync_command => 'rsync -qa --delete . keyringer:/var/sites/keyringer/www/', } |