Backup ftp another port

Hi!
I just add ftp xxx.xxx.xxx.xxx:13

Error: invalid host format :: xxx.xxx.xxx.xxx:13

Debian 9 / 1.1.1 (amd64)

How you added it, over backend or cli? Could you probaly share the steps so we can try to reproduce it on out side?

Backend, server - configure - backups
Screenshot

Modify /usr/local/hestia/conf/ftp.backup.conf and change the port number

It should work

If so please create a bug report reminding us with this issue and also not that it is the same for sftp :slight_smile:

If you use CLI the correct format is:

v-add-backup-host HOST USERNAME PASSWORD [PATH] [PORT]

So

v-add-backup-host ftp.server.nl user password /backup 13

1 Like

Just opened the issue to track it down: https://github.com/hestiacp/hestiacp/issues/850

Thank you, my friends

ftp.backup.conf

HOST='ftp_host'
USERNAME='login'
PASSWORD='password'
BPATH='/backup'
PORT='13'

/usr/local/hestia/conf/hestia.conf

edit
BACKUP_SYSTEM='local'
BACKUP_SYSTEM='local,ftp'
1 Like