A
A
akamajoris2013-10-28 16:02:58
linux
akamajoris, 2013-10-28 16:02:58

File system synchronization

Good day.
There is a laptop, netbook.
Task.
Suppose we are working on a laptop , as an example, let's take Python with modules. The OS is Ubuntu. Having done / installed the necessary components, we complete the work. The netbook has a similar system, it is necessary to transfer the changes to the netbook in some way, something like a Diff file system. The main goal is not to bother with manually installing everything on the netbook that was installed on the laptop. Does anyone have any information on how to do this? Perhaps there are automated solutions?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
MrSelfDestruct, 2013-10-28
@MrSelfDestruct

The first thing that came to mind was rsync, ssh key authorization and cron scripting, but there are a lot of “buts” here ...

D
Dmitry, 2013-10-28
@dmtrrr

For Python development, a bunch of virtualenv and github (or bitbucket) is well suited.

N
Nikolai Turnaviotov, 2013-10-28
@foxmuldercp

friend keeps all ~/ in git on the server. when switching from a desktop to a laptop with one command in the login script, everything that has been changed comes to the laptop.

P
PLed76, 2013-11-15
@PLed76

If we want to synchronize the fruits of our own labor, then it is best to master the version control system, such as svn, git, bazaar - to your taste. It will be useful professionally. And, as they rightly point out, there are free servers on the net where you can store all this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question