[rdiff-backup-users] [bug] AssertionError: Bad index order

2017-01-04 Thread Ilario
Hi all! I'm using rdiff-backup on Debian testing i386. Copying from local (directory on encfs) and pasting on ssh remote (via ssh tunnel done with ssh -L and localhost port set in .ssh/config, remote is on ecryptfs). The previous backup was interrupted because of an encfs segfault [1]. Now

Re: [rdiff-backup-users] [bug] AssertionError: Bad index order

2017-01-04 Thread Ilario
2017-01-04 15:17 GMT+01:00 Ilario : > AssertionError: Bad index order: ('long_filename_data', '820') >= > ('backup-20140716', 'progetti', 'GeBuRi', '20121101-Progetto GeBuRi', > 'articoli', 'calcoli') The fact that in that directory there's also a file with a long filename

Re: [rdiff-backup-users] [bug] Excluding hidden files the wrong way doesn't result in an error

2017-01-04 Thread Ilario
2017-01-04 20:11 GMT+01:00 Adrian Klaver : > On 01/04/2017 11:00 AM, Ilario wrote: >> Excluding a hidden file without full path doesn't rise an error (as >> happens with non hidden files) and copies it anyway; e.g. >> >> mkdir temp >> cd temp >> mkdir .one >> mkdir .two

Re: [rdiff-backup-users] [bug] AssertionError: Bad index order

2017-01-04 Thread Dominic Raferd
On 4 January 2017 at 16:08, Ilario wrote: > 2017-01-04 15:53 GMT+01:00 Ilario : >> 2017-01-04 15:17 GMT+01:00 Ilario : >>> AssertionError: Bad index order: ('long_filename_data', '820') >= >>> ('backup-20140716', 'progetti',

Re: [rdiff-backup-users] [bug] AssertionError: Bad index order

2017-01-04 Thread Ilario
2017-01-04 15:53 GMT+01:00 Ilario : > 2017-01-04 15:17 GMT+01:00 Ilario : >> AssertionError: Bad index order: ('long_filename_data', '820') >= >> ('backup-20140716', 'progetti', 'GeBuRi', '20121101-Progetto GeBuRi', >> 'articoli', 'calcoli') > > The

Re: [rdiff-backup-users] [bug] AssertionError: Bad index order

2017-01-04 Thread Ilario
2017-01-04 17:44 GMT+01:00 Dominic Raferd : > On 4 January 2017 at 16:08, Ilario wrote: >> 2017-01-04 15:53 GMT+01:00 Ilario : >>> 2017-01-04 15:17 GMT+01:00 Ilario : AssertionError: Bad index

[rdiff-backup-users] [bug] Excluding hidden files the wrong way doesn't result in an error

2017-01-04 Thread Ilario
Excluding a hidden file without full path doesn't rise an error (as happens with non hidden files) and copies it anyway; e.g. mkdir temp cd temp mkdir .one mkdir .two mkdir three mkdir four rdiff-backup --exclude .one --exclude ./.two --exclude ./three . ../backup ls -a ../backup . .. four

Re: [rdiff-backup-users] [bug] Excluding hidden files the wrong way doesn't result in an error

2017-01-04 Thread Adrian Klaver
On 01/04/2017 11:00 AM, Ilario wrote: Excluding a hidden file without full path doesn't rise an error (as happens with non hidden files) and copies it anyway; e.g. mkdir temp cd temp mkdir .one mkdir .two mkdir three mkdir four rdiff-backup --exclude .one --exclude ./.two --exclude ./three .