CyberPanel CLI backup not showing in Web GUI

I found the documentation on this page: CyberPanel Command Line Interface and gave it another read. I am rather confused by it. It seems like a poor design in the CLI functionality.

Why have the backup command save the backups under /home/${WEBSITE}/backup/ when the restore in the web GUI will only ever look under /home/backup? Furthermore, why does the backup command not have an option for saving to a specified path so you could direct it to save to /home/backup? It appears the CLI command was actually written to be incompatible with the Web GUI, as to even make it work you have to follow every backup from the command line with `mv /home/${WEBSITE}/backup/backup-${WEBSITE}-*.tar.gz /home/backup/’ to even get the web GUI to recognize the backup’s existance.