Skip to content

Commit

Permalink
add extern.chaosdorf.de
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Feb 8, 2012
1 parent 66520cc commit 215ec65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions backup/backup_external
Expand Up @@ -36,9 +36,10 @@ backup_tar() {
if [ ! -t 0 ]; then
case "${HOST}" in
backend.chaosdorf.de) sleep 1h ;; # 01:03
extern.chaosdorf.de) sleep 2h ;; # 02:03
figurehead.chaosdorf.dn42) ;; # 00:03
frontend.chaosdorf.de) sleep 4h ;; # 04:03
shells.chaosdorf.de) sleep 2h ;; # 02:03
frontend.chaosdorf.de) sleep 5h ;; # 05:03
shells.chaosdorf.de) sleep 4h ;; # 04:03
vm.chaosdorf.de) ;; # 00:03
esac
fi
Expand Down
3 changes: 2 additions & 1 deletion fabfile.py
Expand Up @@ -2,8 +2,9 @@
from fabric.api import *

env.hosts = [
'root@chaosdorf.dyndns.org',
'root@chaosdorf.dyndns.org',
'root@backend.chaosdorf.de',
'root@extern.chaosdorf.de',
'root@frontend.chaosdorf.de',
'root@shells.chaosdorf.de',
'root@vm.chaosdorf.de',
Expand Down

0 comments on commit 215ec65

Please sign in to comment.