source:
main/waeup-ansible/templates/sb-ftp.sh.j2
@
17497
Last change on this file since 17497 was 15926, checked in by , 5 years ago | |
---|---|
File size: 198 bytes |
Rev | Line | |
---|---|---|
[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 %} | |
10 | sftp {{ b.user }}@{{ b.fqdn }} | |
11 | {% endfor %} |
Note: See TracBrowser for help on using the repository browser.