Hi Daniel,

It sounds like the exclusion rules aren’t working as you expect. If they were I 
don’t think you’d see the errors even if the pool files had a problem since 
they’d never be compared. I ran into problems when I set up mine too. If I 
recall my confusion was around identifying the share name in the exclusion 
rule. I often use an asterisk to cover all shares so my exclusion statements 
look like this:

$Conf{BackupFilesExclude} = {
  '*' => [
    '/ var/log/pve/tasks’,
    '/ var/log/pve/etc’
  ]
};

Hope this helps!

From: Daniel Berteaud <dan...@firewall-services.com>
Sent: Monday, December 17, 2018 02:50
To: General list for user discussion, questions and support 
<backuppc-users@lists.sourceforge.net>
Subject: [BackupPC-users] IO error encountered -- skipping file deletion


Hi.



I'm running BackupPC v4.3.0 on CentOS 7 for a bit more than 200 hosts. Most are 
using rsync Xfer method and are working fine.

But for two of them, I started last week to have respectively 3 and 6 xfer 
errors, on every new backup (no matter if I start a new complete, or incr 
backup)

Eg:



[ 57 lignes sautées ]

file has vanished: 
"/var/log/pve/tasks/6/UPID:pve3:0000597E:01554D97:5C0C5076:vzdump::root@pam:"

IO error encountered -- skipping file deletion

[ 82 lignes sautées ]

rsync_bpc: fstat 
"/var/log/pve/tasks/6/UPID:pve3:0000597E:01554D97:5C0C5076:vzdump::root@pam:" 
failed: No such file or directory (2)

[ 5 lignes sautées ]

rsync_bpc: fstat 
"/var/log/pve/tasks/E/UPID:pve3:00005875:0162BE48:5C0C72DE:aptupdate::root@pam:"
 failed: No such file or directory (2)

I did had those files when the first backup reporting the errors ran. But they 
do not even exist anymore now. I've also tried to exclude the impacted 
directories, but the issue remains. So I guess there's something wrong on the 
pool. How can I check this ? And how can I fix it so it doesn't report Xfer 
errors anymore ?



Regards,

Daniel
--

[Logo FWS]

Daniel Berteaud

FIREWALL-SERVICES SAS.
Société de Services en Logiciels Libres
Tel : 05 56 64 15 32
Matrix: @dani:fws.fr
www.firewall-services.com<http://www.firewall-services.com>


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to