Hi I have also been looking for such scripts, I tried lsyncd extensively and I am also trying sparkleshare right now. - lsyncd is great but it is kind of difficult to integrate after 'playing with it'. - sparkleshare seems heavy as it is based on git
Then I switched to a python lib for django which add the inotify functionality. It s based on pyinotify (django-inotifier). This code is easyier to include to what will be the freedombox. Some weeks ago, I wrote a django app that will store into a database any file/folder created/modified/deleted in the watched folder. It also hash each file with a MD5 sum. I'll share that if you think it can be interesting, but it will need some cleanup... P.A. 2012/5/26 Jonas Smedegaard <[email protected]>: > On 12-05-26 at 08:43am, Michiel de Jong wrote: >> another benefit of ownCloud is that it supports the remoteStorage >> protocol for storing cross-origin data from html5 web apps, and also >> it has quite an end-user friendly user interface out of the box. >> >> in fact if you integrate pagekite into ownCloud and put it on a plug >> server, you're already quite close to something you could sell in a >> shop and that would pass the "non-techies can use it" test. At least >> as a media drive, aimed at html5 web apps and (smartphone) browser. >> You could then add more features after you have a minimal viable >> product out on the shelves. Would a lamp stack be OK on a plug server, >> or is that already too resource-heavy? > > Computing resource constraints is not my main concern with LAMP: Lack of > a sysadmin is! > > PHP being popular does not make it safe! I would not want to run PHP on > a box with no sysadmin to nurse it. > > ...Heck, I would prefer to not run PHP on *any* box, and in fact only > one piece is missing to reach that goal for the servers I administrate: > http://bugs.debian.org/673342 > > But that's just me. No doubt some will feel fine shipping FreedomBox > with PHP. Good luck with that. > > > Regards, > > - Jonas > > -- > * Jonas Smedegaard - idealist & Internet-arkitekt > * Tlf.: +45 40843136 Website: http://dr.jones.dk/ > > [x] quote me freely [ ] ask before reusing [ ] keep private > > _______________________________________________ > Freedombox-discuss mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss _______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
