尝试使用 borg 将机器 1 备份到远程机器 2(这是 Synology),出现错误
Remote: sh: borg: command not found
Connection closed by remote host. Is borg working on the server?
Run Code Online (Sandbox Code Playgroud)
所有权限和防火墙均已测试。Machine1 可以 ssh 到 Machine2,但是当尝试从 Machine1 执行此操作时borg init --encryption=repokey borgdemo@Machine2:./demo,会出现上述错误。尝试在 Machine2 上使用 borg 效果很好。有任何想法吗?