From f8bafe7a190d455e8bf7cb6bc6fd3b06eb51ad1a Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 10 Jan 2007 16:42:02 +0000 Subject: [PATCH] Back up more of lenin:/home --- fetch-backup-work | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-backup-work b/fetch-backup-work index 8c81e63..720ac74 100755 --- a/fetch-backup-work +++ b/fetch-backup-work @@ -92,7 +92,7 @@ echo lenin var-lib-mailman lenin /var/lib/mailman >> $NT # FIXME: Not yet backed up: lenin:/home (where all the user mail exists) ssh lenin 'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] && echo "$d" ; done' \ -| grep '^[tvapoj]' \ +| grep '^[tvamqpojk]' \ | awk '{ print "mail", $1, "lenin", "/home/" $1 }' \ | sort >> $NT -- GitLab