From 7d630863efac18378d71ce503e6d957c5f342af4 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 25 Sep 2013 00:44:11 +0300 Subject: [PATCH] simpler dovecot backup procedure --- install/vst-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index fd5bc1f3..9ecf3bd3 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -352,7 +352,7 @@ if [ -e '/etc/dovecot.conf' ]; then cp /etc/dovecot.conf $vst_backups/dovecot/ fi if [ -e '/etc/dovecot' ]; then - cp -r /etc/dovecot $vst_backups/dovecot/ + cp -r /etc/dovecot/* $vst_backups/dovecot/ fi # Backup MySQL stuff