Hello, I’m using the Duplicacy GUI (on Docker, using the saspus image) to setup a backup of one Synology NAS to another. I currently have SFTP enabled on port 22 of the NAS that the backups will live on, and I am able to log in with terminal SFTP on my computers to that NAS and navigate around and see the folder structure I have there. Both units are on my local network. However, when I enter in the local IP:port of the backup NAS as well as the login, I am hit with:
Failed to load the SFTP storage at sftp://backup-nas-account@192.168.1.20:22/backup/duplicacy: dial tcp 192.168.1.20:22: connect: connection timed out
in the GUI window. Could this be an issue with Docker?