When initially trying out vertical I’m getting the following error on esxi 5.5
./vertical init test sftp://test@example.com:2222/
Vertical Backup 1.1.5
Traceback (most recent call last):
File “vertical_main.py”, line 145, in
File “vertical_backup.py”, line 279, in initCommand
File “vertical_storage.py”, line 32, in createStorage
UnboundLocalError: local variable ‘hostAndPort’ referenced before assignment
Failed to execute script vertical_main
It seems if I don’t include the port, everything works properly, but not if I do include it.
Thanks