On Mon, Oct 20, 2014 at 1:12 PM, Keith Keller <kkeller at wombat.san-francisco.ca.us> wrote: > On 2014-10-20, Les Mikesell <lesmikesell at gmail.com> wrote: >> >> So, you probably want the 'source' side of the transfer to be local >> for faster startup. But... in what universe is NFS mounting across >> data centers considered more secure than ssh? Or even a reasonable >> thing to do? How about a VPN between the two hosts? > > The OP said he was mounting the NFS over sshfs. OK, I don't see how that is possible because something would either be mounted as nfs or sshfs, not one over the other. But if the intermediate host is allowed to ssh (as it must for sshfs to work) I'd throw a bunch of disk space at the problem and rsync a copy to the intermediate host, then rsync from there to the target at the other data center. Or work out a way to do port-fowarding over ssh connections from the intermediate host. -- Les Mikesell lesmikesell at gmail.com