aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/manual/en/sisu_remote.sst
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-02-08 23:42:22 -0500
committerRalph Amissah <ralph@amissah.com>2014-02-08 23:42:22 -0500
commit268a9c5cea06f2c0b999039d76dc5c33d7e304bf (patch)
tree648640bb21922df353a6b40e1e418c67259bbaca /data/doc/sisu/markup-samples/manual/en/sisu_remote.sst
parentexamples: nginx conf; cgi search forms pgsql & sqlite (diff)
documentation, minor updatesisu_5.3.3
Diffstat (limited to 'data/doc/sisu/markup-samples/manual/en/sisu_remote.sst')
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_remote.sst4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/doc/sisu/markup-samples/manual/en/sisu_remote.sst b/data/doc/sisu/markup-samples/manual/en/sisu_remote.sst
index 959fbcf6..54ea9a7b 100644
--- a/data/doc/sisu/markup-samples/manual/en/sisu_remote.sst
+++ b/data/doc/sisu/markup-samples/manual/en/sisu_remote.sst
@@ -73,10 +73,10 @@ sisu -3R sisu_remote.sst
2~ commands
-!_ -R [filename/wildcard] <br>
+!_ -R [filename/wildcard] \\
copies sisu output files to remote host using rsync. This requires that sisurc.yml has been provided with information on hostname and username, and that you have your "keys" and ssh agent in place. Note the behavior of rsync different if -R is used with other flags from if used alone. Alone the rsync --delete parameter is sent, useful for cleaning the remote directory (when -R is used together with other flags, it is not). Also see -r
-!_ -r [filename/wildcard] <br>
+!_ -r [filename/wildcard] \\
copies sisu output files to remote host using scp. This requires that sisurc.yml has been provided with information on hostname and username, and that you have your "keys" and ssh agent in place. Also see -R
2~ configuration