mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
simpler dovecot backup procedure
This commit is contained in:
parent
1534ac0267
commit
7d630863ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue