Skip to content

Commit 7d63086

Browse files
committed
simpler dovecot backup procedure
1 parent 1534ac0 commit 7d63086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ if [ -e '/etc/dovecot.conf' ]; then
352352
cp /etc/dovecot.conf $vst_backups/dovecot/
353353
fi
354354
if [ -e '/etc/dovecot' ]; then
355-
cp -r /etc/dovecot $vst_backups/dovecot/
355+
cp -r /etc/dovecot/* $vst_backups/dovecot/
356356
fi
357357

358358
# Backup MySQL stuff

0 commit comments

Comments
 (0)