Trying to use borg to backup Machine 1 to a remote Machine 2(which is synology), gives the error
Remote: sh: borg: command not found
Connection closed by remote host. Is borg working on the server?
All permissions and firewall have been tested. Machine1 can ssh to Machine2 but when trying to do borg init --encryption=repokey borgdemo@Machine2:./demo from Machine1, it is giving the above error. Trying to use borg on Machine2 works fine. Any ideas?