Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-23 Thread Kai Großjohann
On 12/22/2009 09:00 PM, Dieter Plaetinck wrote: > so, how do dropbox-ish things work? > 1) they automagically do some synchronizing when you put something in > a directory > 2) you [or a script] has to put something in the directory. Well, adding ~/Documents, say, to the list of things to be synce

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-23 Thread Dieter Plaetinck
and what about sshfs, ftpfs, etc?

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-23 Thread pancake
http://code.google.com/p/pylsyncd/ On 12/22/2009 09:23 PM, daspostloch wrote: On 12/22/2009 08:24 PM, Moritz Wilhelmy wrote: On Tue, Dec 22, 2009 at 01:19:53PM +0100, Anders Andersson wrote: On Tue, Dec 22, 2009 at 8:47 AM, pancake wrote: Inotify+rsync a guy from the company I work on wrot

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-22 Thread daspostloch
On 12/22/2009 08:24 PM, Moritz Wilhelmy wrote: On Tue, Dec 22, 2009 at 01:19:53PM +0100, Anders Andersson wrote: On Tue, Dec 22, 2009 at 8:47 AM, pancake wrote: Inotify+rsync a guy from the company I work on wrote an app to do this, and it is somewhere in the internets. I don't remember the

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-22 Thread Dieter Plaetinck
> I can't see why you want this instead of a traditional > fileserver+clients, but never question a crazy idea. :) true that. so, how do dropbox-ish things work? 1) they automagically do some synchronizing when you put something in a directory 2) you [or a script] has to put something in the direc

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-22 Thread Moritz Wilhelmy
On Tue, Dec 22, 2009 at 01:19:53PM +0100, Anders Andersson wrote: > On Tue, Dec 22, 2009 at 8:47 AM, pancake wrote: > > Inotify+rsync a guy from the company I work on wrote an app to do this, and > > it is somewhere in the internets. I don't remember the name, but I can ask > > for it. > > Depend

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-22 Thread Anders Andersson
On Tue, Dec 22, 2009 at 8:47 AM, pancake wrote: > Inotify+rsync a guy from the company I work on wrote an app to do this, and > it is somewhere in the internets. I don't remember the name, but I can ask > for it. Depending on a couple of things, Unison might be a better replacement for rsync. If

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-21 Thread pancake
Inotify+rsync a guy from the company I work on wrote an app to do this, and it is somewhere in the internets. I don't remember the name, but I can ask for it. This app is written in python, so a C replacements would be good. On Dec 22, 2009, at 8:36 AM, Hugo Tavares Reis wrote: Hi. I'