CURRENT ESCENARIO:
REMOTE Debian VPS in an untrusted datacenter (i.e. a third party hosting provider) serving files to the Office through internet.
LOCAL Office with 4 Ubuntu, Mint and Debian machines, with simultaneous access to the remote files in the server.
- An absolute requirement of secure transfer.
- A requirement to have network mounted filesystems (doesn't serve SFTP or web access to files).
- We have a decent 4 Mbps internet connection.
- Users don't use the console, and don't have pure ssh access, only through GUI (Nautilus or similar).
WHAT I MOUNTED:
A SSHFS and FUSE on the Office machines, accessing the files securely to the VPS.
THE PROBLEM:
Everytime that someone copy/moves a folder inside the same VPS server using Nautilus (or similar) on the remote filesystem with the sshfs, the folder is downloaded and uploaded. If the folder contains 10Gb of data, the network suffers 20Gb!!! We have to move sometimes folders on the same VPS, and have huge amount of data.
Is there any solution to the above problem with the given constraints? If not, do we have to select other network share system that fulfills these criteria? Which one?