[bug] System Backup Partition select bug

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,366
Location
www.poralix.com
Hello,

If system has only one partition, mostly on VPS/VDS (which of course is root "/") user can not change partition on page /CMD_SYSTEM_BACKUP to anything else, but "/".

But fresh installed directadmin set MOUNT_POINT to value "/home" in /usr/local/sysbk/conf.sysbk:

Code:
# grep MOUNT_POINT= /usr/local/sysbk/conf.sysbk
MOUNT_POINT="/home"                                     # Mount point backups are stored on


Thus, admin can see, that partition "/" is selected, but backups are stored in /home directory. For now, mount point can be changed only in shell manually.

So, it would be great, if you add additional check, which would be done before page is displayed, or with submitting the form, to learn what is there in fact.
 
Hello,

Is there any chance to get it fixed? Or should we wait for full changes in backups system?

Regards,
Alex.
 
Back
Top