From 76651e72aa0b1966d2b4c71c53f3699144859259 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Fri, 18 Oct 2019 15:02:04 -0400
Subject: [PATCH] we have a new director

we keep references to dictyotum as the old
---
 tsa/doc/bits-and-pieces.mdwn |  2 +-
 tsa/howto/backup.mdwn        | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tsa/doc/bits-and-pieces.mdwn b/tsa/doc/bits-and-pieces.mdwn
index f5f558ae..928e0835 100644
--- a/tsa/doc/bits-and-pieces.mdwn
+++ b/tsa/doc/bits-and-pieces.mdwn
@@ -6,7 +6,7 @@ being expanded a bit to deserve their own page.
 ## Backups
 
 * We use [[Bacula|https://en.wikipedia.org/wiki/Bacula]] to make
-  backups, with one host running a director (currently dictyotum.tpo)
+  backups, with one host running a director (currently bacula-director-01.tpo)
   and another host for storage (currently brulloi.tpo).
 * There are `BASE` files and `WAL` files, the latter for incremental
   backups.
diff --git a/tsa/howto/backup.mdwn b/tsa/howto/backup.mdwn
index 94420163..cb684444 100644
--- a/tsa/howto/backup.mdwn
+++ b/tsa/howto/backup.mdwn
@@ -14,8 +14,8 @@ All commands below are ran from the `bconsole` shell, which can be ran
 on the director with:
 
 ```
-root@dictyotum:~# bconsole 
-Connecting to Director dictyotum.torproject.org:9101
+root@bacula-director-01:~# bconsole 
+Connecting to Director bacula-director-01.torproject.org:9101
 1000 OK: 103 torproject-dir Version: 9.4.2 (04 February 2019)
 Enter a period to cancel a command.
 *
@@ -166,7 +166,7 @@ Restore files
 
 Short version:
 
-    $ ssh -tt dictyotum.torproject.org bconsole
+    $ ssh -tt bacula-director-01.torproject.org bconsole
     *restore
 
 ... and follow instructions. Reminder: by default, backups are
@@ -385,7 +385,7 @@ for a long time. You can hit "enter" to see if there are new messages.
       Build OS:               x86_64-pc-linux-gnu debian 9.7
       JobId:                  107697
       Job:                    RestoreFiles.2019-08-02_16.43.40_17
-      Restore Client:         dictyotum.torproject.org-fd
+      Restore Client:         bacula-director-01.torproject.org-fd
       Where:                  /var/tmp/bacula-restores
       Replace:                Always
       Start time:             02-Aug-2019 16:43:42
@@ -715,7 +715,7 @@ Bacula splits the different responsabilities of the backup system
 among multiple components, namely:
 
  * storage daemon (`bacula::storage` in Puppet, currently `bungei`)
- * director (`bacula::director` in Puppet, currently `dictyotum`,
+ * director (`bacula::director` in Puppet, currently `bacula-director-01`,
    PostgreSQL configured by hand)
  * file daemon (`bacula::client`, on all nodes)
 
-- 
GitLab