Hi, I tried it out, here a few things :
* no README at the root of project, it would be nice to have a small description of how to use it * I tried backup.py with -h or --help and it just started scanning my entire system, had to CTRL-C to stop it because I didn't know what it was doing. * the tests are hard wired to the default python, so since i'm on ubuntu and only python2.5 (and not python2.6 which is default) has pycrypto, I couldn't run them * I initially had an import error on _librsync which I did not find after a "python setup.py build" (since I guessed it was a python-c module), then I found it on my system from the duplicity package (locate _librsync.so) copied it and it worked * it's not entirely clear what is code and what is not in the documentation I'll be watching this project, since the description is what I've been looking for. Since I know python I might even try to find time to code a bit. Thanks for the project. Arthur On Fri, May 29, 2009 at 8:23 AM, Shawn Willden <[email protected]>wrote: > On Thursday 28 May 2009 04:23:01 pm Shawn Willden wrote: > > For anyone interested, the code is at: > > > > http://github.com/swillden/GridBackup/tree > > > > Or, if you want to grab a copy with git, you can clone: > > > > git://github.com/swillden/GridBackup.git > > Just to confuse matters, I changed my github username, so those URLs are: > > http://github.com/divegeek/GridBackup/tree > > and > > git://github.com/divegeek/GridBackup.git > > respectively. Sorry. I won't mess with them again. > > Shawn. > _______________________________________________ > tahoe-dev mailing list > [email protected] > http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev >
_______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
