From eee3b77a7e258383e63a873d83b7598d186d1e36 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 11 Jan 2007 12:21:28 +0000
Subject: [PATCH] Back up datorhandbok.

* fetch-backup-work: Back up kilauea, which contains the datorhandbok
  site.
---
 ChangeLog         | 4 ++++
 fetch-backup-work | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6579dac..2dae8e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-01-11  Per Cederqvist  <ceder@sedesopim.lysator.liu.se>
 
+	Back up datorhandbok.
+	* fetch-backup-work: Back up kilauea, which contains the
+	datorhandbok site.
+
 	File exclusion on root filesystems didn't work.
 	* backup-one-task: Don't produce a garbage exclude file when a
 	.lysrdiff-exclude file is present on the / file system.
diff --git a/fetch-backup-work b/fetch-backup-work
index 720ac74..6fb20d0 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -96,6 +96,9 @@ ssh lenin 'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] &&
 | awk '{ print "mail", $1, "lenin", "/home/" $1 }' \
 | sort >> $NT
 
+# Datorhandbok.
+echo kilauea root kilauea / >> $NT
+
 diff -u $TASKS $NT
 echo -n '[CONFIRM] '
 read line
-- 
GitLab