Answer the question
In order to leave comments, you need to log in
How to do two-way file synchronization between two OS?
You can Linux - Linux. But it is desirable that it be possible to work the same way with the Windows - Linux scheme.
Now more. There is a VPS, there is a personal laptop. Hunting to edit files locally on a laptop, and run the application on a VPS. Is it possible to do so? I plan to work in Sublime Text. Thank you.
Answer the question
In order to leave comments, you need to log in
Hunting to edit files locally on a laptop, and run the application on a VPS
The variant with sshfs, as practice shows, is the most convenient - to edit files directly on the VPS, mounting it into the system so that all software works with it as with local files. The only negative is a very long search through all the files.
And then you can already merge changes with the VPS by any convenient means - even dropbox, even rsync, even dvcs.
I vote for Git. Here you can read how it works. Will fit perfectly.
Option - cloud services such as Dropbox, the reaction of course can take a few seconds. As an option, similar services, but only their own. For example http://habrahabr.ru/post/118646/
Edit on the computer and immediately run on the vps - wrong way, because the delay is too long. If you develop on a computer, and deploy when ready, then either as they said rsync (easier), or move all the code to an external repository (more canonical), for example, bitbucket.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question