Re: [rdiff-backup-users] error on mounted CIFS Windows share

2007-08-06 Thread Vytautas Stankevičius
This bug was fixed in CVS and will be part of next release: 1.1.13 If you want to fix it now, add 'EOPNOTSUPP' to the list of error codes that starts around line 54 in robust.py. It's a big list in the function catch_error(exc) ... you can't miss it Thanks. Now it proceeds further and

Re: [rdiff-backup-users] rdiff parameters

2007-07-02 Thread Vytautas Stankevičius
On Monday 02 July 2007 06:28:39 RudySC wrote: using ssh's different port. i changed the default port from 22 to 22000. I've done it this way: edited ~/.ssh/config and added to it cut- host xxx.xxx.x.xxx port 22000 cut--- For the first part of your