From 17e1ec141ebea9c949dd5bc1933c9a1e057d5a16 Mon Sep 17 00:00:00 2001
From: Timo Weingärtner <timo@tiwe.de>
Date: Wed, 23 Jan 2013 17:59:46 +0100
Subject: document alternate URL syntaxes and how to use ssh-based transfer
 with an identity

---
 examples/rsync | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'examples/rsync')

diff --git a/examples/rsync b/examples/rsync
index f8d9861..1d9fd4c 100644
--- a/examples/rsync
+++ b/examples/rsync
@@ -3,6 +3,11 @@ PLUGIN=rsync
 EXIT_IGNORE=10
 
 URL='rsync://rsync.example.com/pub/known_hosts'
+# or:
+#URL='rsync.example.com::pub/known_hosts'
+# or (with a chicken and egg problem regarding the server's public hostkey):
+#URL='ssh.example.com:/path/to/known_hosts'
+#RSYNC_RSH='ssh -i /path/to/identity'
 
 # optional:
 SIGURL='rsync://rsync.example.com/pub/known_hosts.sig'
-- 
cgit v1.2.3