Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 71bf970811 - Show all commits

View file

@ -19,9 +19,9 @@
# email adress for notifications
MAIL={{ evobackup-client__mail }}
{{ evobackup-client__hosts | map
# list of hosts (hostname or IP) and SSH port for Rsync
SERVERS="{% for host in evobackup-client__hosts %}{{ host.name }}:{{ host.port }} {% endfor %}"
SERVERS="{% for host in evobackup-client__hosts %}{{ host.name }}:{{ host.port }}{% if loop.index != loop.length %} {% endif %}{% endfor %}"
# timeout (in seconds) for SSH connections
SSH_CONNECT_TIMEOUT=30