D
D
Dennis Leukhin2013-11-26 12:23:48
linux
Dennis Leukhin, 2013-11-26 12:23:48

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

11 answer(s)
N
namak, 2013-11-26
@stonedmind

BitTorrent Sync

E
Evgeny Yablokov, 2013-11-26
@Gular

Hunting to edit files locally on a laptop, and run the application on a VPS

VCS are not suitable, are they? Are you planning to launch a web application?
For two-way synchronization, you can use lsyncd. True, I do not know about Windows, I use it for Linux.

K
KEKSOV, 2013-11-26
@KEKSOV

Look towards rsync or unison

A
Alexey Blyshko, 2013-11-26
@nekt

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.

V
v8_jupiter, 2013-11-26
@v8_jupiter

sshfs

Y
Yaroslav Eremin, 2013-11-26
@YaroslavEremin

I vote for Git. Here you can read how it works. Will fit perfectly.

A
AxisPod, 2013-11-26
@AxisPod

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/

M
Masterme, 2013-11-26
@Masterme

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.

V
Vlad Zhivotnev, 2013-11-26
@inkvizitor68sl

BTSync, SeaFile, AeroFS

V
Vlad Zhivotnev, 2013-11-26
@inkvizitor68sl

V
Victor Taran, 2013-11-27
@shambler81

glusterfs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question