From ea744aa48c682f633a2d2f8041067561acae5ce7 Mon Sep 17 00:00:00 2001
From: Sebastian Thorarensen <sebth@lysator.liu.se>
Date: Thu, 16 Oct 2014 01:39:00 +0200
Subject: [PATCH] Update the config for Lysator

fetch-backup-work: Remove shafan:/boot and add tanenbaum.
---
 ChangeLog         | 5 +++++
 fetch-backup-work | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9556a66..0d65068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-16  Sebastian Thorarensen  <sebth@lysator.liu.se>
+
+	Updated the config for Lysator.
+	* fetch-backup-work: Remove shafan:/boot and add tanenbaum.
+
 2014-10-15  Sebastian Thorarensen  <sebth@lysator.liu.se>
 
 	Updated the config for Lysator.
diff --git a/fetch-backup-work b/fetch-backup-work
index 4d730ce..fe26b04 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -116,12 +116,12 @@ ssh bernadotte 'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d"
 | awk '{ print "mail", $1, "bernadotte", "/home/" $1 }' \
 | sort >> $NT
 
-# lysrdiff.
+# lysrdiff
 echo shafan root shafan / >> $NT
-echo shafan boot shafan /boot >> $NT
 
 # ejabberd
-#echo tanenbaum root tanenbaum / >> $NT
+echo tanenbaum etc tanenbaum /etc >> $NT
+echo tanenbaum var-lib tanenbaum /var/lib >> $NT
 
 # eureka
 #echo eureka etc eureka /etc >> $NT
-- 
GitLab