[rdiff-backup-users] New GUI for rdiff-backup: JBackpack

2010-10-14 Thread Ronny Standtke
Hi all

I just wanted to let you know that we (imedias, section of the University of 
Applied Science Northwestern Switzerland) have implemented a new GUI for 
rdiff-backup:
http://www.nongnu.org/jbackpack/

We hope you like it and appreciate any feedback.

Best regards

Ronny Standtke

___
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki


Re: [rdiff-backup-users] New GUI for rdiff-backup: JBackpack

2010-10-14 Thread Valerio Pachera
2010/10/14 Ronny Standtke ronny.stand...@gmx.net:
 Hi all

 I just wanted to let you know that we (imedias, section of the University of
 Applied Science Northwestern Switzerland) have implemented a new GUI for
 rdiff-backup:
 http://www.nongnu.org/jbackpack/

 We hope you like it and appreciate any feedback.

Mmmm...what can I say
IT'S COOL!!

Realy a grat job!!
My best compliment.

I made a single test yet, backing up my home di to a local directory
and it went straightforward.
I'm going to do some more tests in the next period.

I wonder only about smb. Does rdiff-backup work fine with it?
http://rdiff-backup.nongnu.org/FAQ.html#cifs
...By using smbfs or CIFS, the complete file is transferred over the network.

___
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki


Re: [rdiff-backup-users] OverflowError: signed integer is greater than maximum

2010-10-14 Thread Thomas fake Jakobi
hi,

manual reply to this: 
http://www.mail-archive.com/rdiff-backup-users@nongnu.org/msg04953.html

 But then there's http://bugs.python.org/issue6873, which indicates
 that perhaps lchown still has the problem in the released Python
 versions.  If you can figure out how to reproduce it outside of
 rdiff-backup the Python team would be grateful :)

you won't be able to. the code fixed in python is duplicated in rdiff-backup's 
cmodule.c, without the fix, if HAVE_LCHOWN is defined (which it probably is in 
these cases).

to replicate the fix you mentioned at 
http://svn.python.org/view/python/trunk/Modules/posixmodule.c?r1=77007r2=77006pathrev=77007
 you have to apply the attached patch to rdiff-backup.

this fixed the OverflowError on lchown for me.

regards,

fake

P.S.: in case of replies, please CC me, as i am not subscribed to the list.



rdiff-cmodule-lchown.patch
Description: Binary data
___
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki