#!/bin/bash # # Make an sftp connection to the storagebox # # This script was generated from a template by ansible. # {% for b in borgbackup_servers %} sftp {{ b.user }}@{{ b.fqdn }} {% endfor %}