FTP backup on FreePBX 15.x

Trying to setup a FTP backup and it keeps erroring out. I have it working in Freebpx 14 just fine but it looks like the backup module is adding an extra colon when trying to reach the server. I can FTP from the CLI to the server with no issues. Suggestions??

Finished created backup file: /var/spool/asterisk/backup/RSQ_Daily_Backup_-FreePBX-_Dev/20190827-125202-1566924722-15.0.16.10-714575734.tar.gz
Performing Local Maintenance
Finished Local Maintenance
Performing Remote Maintenance
Could not login with connection: 10.5.25.80::21, username: XXXXXXXX
Finished Remote Maintenance
Saving to selected Filestore locations
Could not login with connection: 10.5.25.80::21, username: XXXXXXXX

Looks to me like there’s an extra colon

Did you by any chance add an extra one in the server settings?

Also can you try to ftp from the command line to 10.5.25.80:21 ? Does it allow you to connect?

I did not add an extra colon, i think it is a bug, but not sure.

Confirm you are running the most current published versions:

[root@freepbx ~]# fwconsole ma list | egrep "filestore|backup"
| backup               | 15.0.8.52  | Enabled                           | GPLv3+      |
| filestore            | 15.0.3.2   | Enabled                           | AGPLv3      |

Double check the ftp settings in filestore, and if issue persists open a bug ticket pls. https://issues.freepbx.org/

[root@xxxxxxxxxxx ~]# fwconsole ma list | egrep “filestore|backup”
| backup | 15.0.8.52 | Enabled | GPLv3+ |
| filestore | 15.0.3.2 | Enabled | AGPLv3 |

saw same - its broken , failed silently in UI and no alert was emailed on the error …
Finished Cleaning up
Finished created backup file: /var/spool/asterisk/backup/Default_backup_-no_mods/20190827-135618-1566928578-15.0.16.10-1474146363.tar.gz
Performing Local Maintenance
Removing /var/spool/asterisk/backup/Default_backup
-_no_mods/20190815-180002-1565906402-15.0.16.7-1997462755.tar.gz
Finished Local Maintenance
Performing Remote Maintenance
Could not login with connection: localhost::21, username: testftp
Finished Remote Maintenance
Saving to selected Filestore locations
Could not login with connection: localhost::21, username: testftp
Finished Saving to selected Filestore locations
Backup completed successfully

could not login but successful :frowning: i will create an issue(s)

1 Like

https://issues.freepbx.org/browse/FREEPBX-20486

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.