Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • You are correct that the ReadyNas does "support" ssh. It is the nice gui backup system that I was hoping to use that doesn't support rsync over ssh. Commented Dec 4, 2012 at 12:01
  • To use the GUI, and be secure, you need a local box you can ssh to or from and an rsync server running at work. You could use the ssh access to the NAS for just the tunnel. Similar to DarkHeart's answer ssh WORKBOX -L 874:localhost:873 (see autossh too). Once you have an rsync server up and configured at work and the ssh tunnel is up, you should be able to point the GUI at a "remote" server of localhost:874 and it will rsync with your work box. Commented Dec 5, 2012 at 14:13