source: main/waeup-ansible/templates/sb-ftp.sh.j2 @ 16488

Last change on this file since 16488 was 15926, checked in by uli, 5 years ago

Add script templates for borg backup.

File size: 198 bytes
RevLine 
[15926]1#!/bin/bash
2
3#
4# Make an sftp connection to the storagebox
5#
6# This script was generated from a template by ansible.
7#
8
9{% for b in borgbackup_servers %}
10sftp {{ b.user }}@{{ b.fqdn }}
11{% endfor %}
Note: See TracBrowser for help on using the repository browser.