We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
[bug] v-backup-user
[bug] v-backup-user
In line 697 of v-backup-user
==============================
================================
here is a bug, remote ftp backup doesn't work at all.
---------------------------
for backup_type in $(echo -e "${BACKUP_SYSTEM//,/\\n}"); do
-------------------------------------------
==============================
Code: Select all
# Switching on backup system types
for backup_type in $(echo -e "${BACKUP_SYSTEM//,/\n}"); do
case $backup_type in
local) local_backup ;;
ftp) ftp_backup ;;
esac
done
here is a bug, remote ftp backup doesn't work at all.
---------------------------
for backup_type in $(echo -e "${BACKUP_SYSTEM//,/\\n}"); do
-------------------------------------------
Re: [bug] v-backup-user
Please add this bug in our bugtracker
https://bugs.vestacp.com/
https://bugs.vestacp.com/