4 lines
160 B
Text
4 lines
160 B
Text
|
{% for client in borg.server.clients %}
|
||
|
command="borg serve --restrict-to-path /srv/borg/repos/{{ client.hostname }}",restrict {{ client.pubkey }}
|
||
|
{% endfor %}
|