1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/borg-client/defaults/main.yml
Sven-Hendrik Haase 6bdab52f16
Use prio host for rsync.net
Apparently the host without prio is the traffic shaped one which has been very slow for us.
2020-07-09 00:50:32 +02:00

9 lines
297 B
YAML

---
backup_hosts:
- host: "ssh://{{ hetzner_storagebox_username }}@u236610.your-storagebox.de:23"
dir: "~/backup/{{ inventory_hostname }}"
suffix: ""
- host: "ssh://{{ rsync_net_username }}@prio.ch-s012.rsync.net:22"
dir: "~/backup/{{ inventory_hostname }}"
suffix: "-offsite"