Re: [Burp-users] error in check_for_rubble()
Brought to you by:
grke
|
From: Graham K. <gr...@gr...> - 2019-02-08 23:04:38
|
On Fri, Feb 08, 2019 at 11:54:07PM +0300, Dmitry Pavlenko via Burp-users wrote: > > Hello! > > My BURP server works well and without errors already 6 months. But yesterday I got 9 messages alerts mail with interval 30 minutes: > > subject: backup failed: iRDPsrv > Text: error in check_for_rubble() > > I searched that error at Mailing Lists, but didn't find the answer. > > burp -v > burp-2.1.32 > > The first mail came at 2019-02-07 20:35. I find the backup log at the server. It was backup number 150. It's interested that log file wasn't add to log.gz, it was just "log". As I understood it's not normal. ... > > > I'm not sure, but as I understand that backup (150) successfully finished. > burp -a l -C iRDPsrv > ... > Backup: 0000147 2019-02-04 21:30:30 +0300 > Backup: 0000148 2019-02-05 20:30:31 +0300 > Backup: 0000149 2019-02-06 20:00:30 +0300 > Backup: 0000150 2019-02-07 20:00:30 +0300 > Backup: 0000151 2019-02-08 20:00:30 +0300 > What does this error mean? And how to fix it? > > > Full server log attached. > > Thank you in advance! Hello, The actual error that was causing the backup not to be finalised was this: > 2019-02-07 20:35:15 +0300: burp[31147] could not make signature from: /var/spool/burp/data/iRDPsrv/finishing/data.tmp/t/c:/Общая/Бухгалтерия/1C базы/БиТиКьюКонстракшн/1Cv8.1CD It's trying to make a reverse delta between new backup 150 and previous backup 149 for file: c:/Общая/Бухгалтерия/1C базы/БиТиКьюКонстракшн/1Cv8.1CD I don't know why it failed several times, and then apparently succeeded. Maybe it temporarily ran out of disk space or memory, or you had a bad inode. I think it is the librsync library that has reported the error, but burp has not told us exactly what librsync said, which is an omission that I will fix. You can try verifying the entire backup with 'burp.exe -a v -b 150'. Or you can try verifying the specific file involved: 'burp.exe -a v -b 150 -r 1Cv8.1CD'. |