mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
simpler exim backup procedure
This commit is contained in:
parent
3fd8918e31
commit
b9b7fe92d6
1 changed files with 1 additions and 4 deletions
|
@ -330,10 +330,7 @@ fi
|
|||
# Backup exim
|
||||
service exim stop > /dev/null 2>&1
|
||||
if [ -e '/etc/exim/exim.conf' ]; then
|
||||
cp /etc/exim/exim.conf $vst_backups/exim/
|
||||
fi
|
||||
if [ -e '/etc/exim/domains' ]; then
|
||||
cp -r /etc/exim/domains $vst_backups/exim/
|
||||
cp -r /etc/exim/* $vst_backups/exim/
|
||||
fi
|
||||
|
||||
# Backup clamav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue