mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
backup restoration 90% completed
This commit is contained in:
parent
1155e9065e
commit
65db51189c
16 changed files with 330 additions and 99 deletions
|
@ -36,8 +36,8 @@ if [ ! -e "$conf" ]; then
|
|||
fi
|
||||
|
||||
# Defining fileds to select
|
||||
fields="\$BACKUP \$TYPE \$SIZE \$VESTA \$PAM \$WEB \$DNS \$DB"
|
||||
fields="$fields \$MAIL \$CRON \$RUNTIME \$TIME \$DATE"
|
||||
fields="\$BACKUP \$TYPE \$SIZE \$WEB \$DNS \$DB \$MAIL \$CRON \$UDIR"
|
||||
fields="$fields \$RUNTIME \$TIME \$DATE"
|
||||
|
||||
# Listing domains
|
||||
case $format in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue