mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
9 lines
297 B
YAML
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"
|