summaryrefslogtreecommitdiff
path: root/examples/rsync
blob: 1d9fd4c03646bc6f937106faff11b65425c08ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PLUGIN=rsync
# see rsync(1), section "EXIT VALUES" for details:
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'
KEYRING='/path/to/gpgv-compatible.keyring'