diff options
Diffstat (limited to 'examples/rsync')
-rw-r--r-- | examples/rsync | 5 |
1 files changed, 5 insertions, 0 deletions
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' |