Update scripts

This commit is contained in:
Laura Hausmann 2020-04-04 13:58:50 +02:00
parent c497a0d2c2
commit 7f1d3dae92
Signed by: zotan
GPG key ID: 5EC1D38FFC321311
2 changed files with 15 additions and 15 deletions

View file

@ -1,23 +1,23 @@
#!/bin/bash
scp fsn1.dn42.zotan.network:/etc/systemd/network/* fsn1/systemd-networkd
scp nbg1.dn42.zotan.network:/etc/systemd/network/* nbg1/systemd-networkd
scp hel1.dn42.zotan.network:/etc/systemd/network/* hel1/systemd-networkd
scp fsn2.dn42.zotan.network:/etc/systemd/network/dn42* fsn2/systemd-networkd
scp fsn1.dn42.zotan.network:/etc/systemd/network/* nodes/fsn1/systemd-networkd
scp nbg1.dn42.zotan.network:/etc/systemd/network/* nodes/nbg1/systemd-networkd
scp hel1.dn42.zotan.network:/etc/systemd/network/* nodes/hel1/systemd-networkd
scp fsn2.dn42.zotan.network:/etc/systemd/network/dn42* nodes/fsn2/systemd-networkd
scp fsn1.dn42.zotan.network:/etc/bird.conf fsn1/bird2
scp nbg1.dn42.zotan.network:/etc/bird.conf nbg1/bird2
scp hel1.dn42.zotan.network:/etc/bird.conf hel1/bird2
scp fsn2.dn42.zotan.network:/etc/bird.conf fsn2/bird2
scp fsn1.dn42.zotan.network:/etc/bird.conf nodes/fsn1/bird2
scp nbg1.dn42.zotan.network:/etc/bird.conf nodes/nbg1/bird2
scp hel1.dn42.zotan.network:/etc/bird.conf nodes/hel1/bird2
scp fsn2.dn42.zotan.network:/etc/bird.conf nodes/fsn2/bird2
scp -r fsn1.dn42.zotan.network:/etc/bird fsn1/bird2
scp -r nbg1.dn42.zotan.network:/etc/bird nbg1/bird2
scp -r hel1.dn42.zotan.network:/etc/bird hel1/bird2
scp -r fsn2.dn42.zotan.network:/etc/bird fsn2/bird2
scp -r fsn1.dn42.zotan.network:/etc/bird nodes/fsn1/bird2
scp -r nbg1.dn42.zotan.network:/etc/bird nodes/nbg1/bird2
scp -r hel1.dn42.zotan.network:/etc/bird nodes/hel1/bird2
scp -r fsn2.dn42.zotan.network:/etc/bird nodes/fsn2/bird2
scp fsn1.dn42.zotan.network:/etc/iptables/ip*tables.rules fsn1/iptables
scp fsn1.dn42.zotan.network:/etc/iptables/ip*tables.rules nodes/fsn1/iptables
scp root@fsn1.dn42.zotan.network:/etc/named.conf fsn1/named
scp root@fsn1.dn42.zotan.network:/etc/named.conf nodes/fsn1/named
echo
echo

View file

@ -1 +1 @@
update.sh
scripts/update.sh