From bec429cece6a2eab44aa1fec2920289ff59da578 Mon Sep 17 00:00:00 2001
From: Joakim Tosteberg <joakim_tosteberg@lysator.liu.se>
Date: Fri, 13 Aug 2010 11:44:48 +0000
Subject: [PATCH] Don't backup for expired members.

---
 fetch-backup-work | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fetch-backup-work b/fetch-backup-work
index 47c60f3..11ce75f 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -30,6 +30,7 @@ ssh uhumhummy ls -1 /lysator/lyswww/users/roxen_only \
 ssh stalhein.lysator.liu.se ypcat -k auto_home \
  | sort \
  | grep -v DELETE \
+ | grep -v membership_expired \
  | grep -v '^ *$' \
  | sed 's/:/ /' \
  | awk '$1 == "mailman" { next }
-- 
GitLab