State of Backup & Restore?

Some notes from the backup side:
Backup & Restore Version 15.0.8.72
I was getting some errors:


Finished created backup file: /var/spool/asterisk/backup/Full-Backup/20191125-102910-1574695750-15.0.16.27-1971733377.tar.gz
Performing Local Maintenance
Finished Local Maintenance
Performing Remote Maintenance
Impossible to create the root directory “”. mkdir(): Invalid path
Finished Remote Maintenance
Saving to selected Filestore locations
Impossible to create the root directory “”. mkdir(): Invalid path
Finished Saving to selected Filestore locations
There were errors during the backup process
Impossible to create the root directory “”. mkdir(): Invalid path
Impossible to create the root directory “”. mkdir(): Invalid path


Which was with the filestore path blank, I only typed in a name “local storage” for the filestore.

When I added a path /var/spool/asterisk/backup/ for the filestore,
ran a new backup, the error went away, but the backup was stored in /var/spool/asterisk/backup/ and not in the backup job name path. The folder was created, but the backup wasn’t placed there.

I then took away the trailing slash /var/spool/asterisk/backup and the result was the same, no errors but file in the wrong location, unless thats how it was intended to operate, but if that was true I would guess we wouldn’t build the folder with the job name.

I erased the backup job, erased the folders and backups, created a new backup job and ran it.
No errors in the backup process, but the file was not stored in the backup job name folder ( which was created at the beginning of the job).