Dropbox as a service with git - no with rsync and inotify

Do you have any tips for setting up the Dropbox service using git?

Do you think git is the right tool for this?

I was thinking about using the git + rush solution, what do you think of this?

+5
source share
4 answers

If you have a remote server and you are using linux, you can simply create a folder in which you rsyncset it as "every 10 seconds", for example, working with a cron.

There was something you could install on linux, which gives you temporary Mac storage or shadow copies of Windows, such as a function. Delete this on the remote server.

, dropbox, , ...

UPDATE

, Git ( , - ), cron, , , .

, Git, - ? .

+3

: https://github.com/hbons/SparkleShare

README:

?

SparkleShare . ( "" ) . , , - , .

+5

thecoshman, rsync.

, cron , :

: inotify

Openbox Dropbox.

UPDATE:

github, , lipsync

+3

I developed a super simple script that uses git and cron to synchronize folders between multiple Linux computers.

It installs everything on its own or explains how to do it: install git on the local computer and server, install public / private ssh keys, check sshd is installed ...

I put it on github:

https://github.com/photonOli/gitBox/

0
source

All Articles