From 058ed65950ab3473ed870d92246764a131ea14cf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 10 Feb 2026 09:43:08 +0100 Subject: do-backup: ignore old mailboxes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/do-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/do-backup.sh b/bin/do-backup.sh index 13a7dd8..5b0c205 100755 --- a/bin/do-backup.sh +++ b/bin/do-backup.sh @@ -35,7 +35,7 @@ mkdir $backup_dir # Email. mkdir -p "$backup_dir/mail" -mail_stores=("ajuntament" "comsuse" "desuse" "mailbox" "gmail" "sindicat" "urv" "uoc") +mail_stores=("comsuse" "mailbox" "gmail" "sindicat" "uoc") for store in "${mail_stores[@]}"; do store_dir="$HOME/data/mail/$store" -- cgit v1.2.3