Re: [BackupPC-users] IO error encountered -- skipping file deletion

2018-12-17 Thread Daniel Berteaud
Le 17/12/2018 à 19:06, Mike Hughes a écrit :
>
> 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:
>

My exclusion works, but anyway, is irrelevant because the file listed as
having an error doesn't exist anymore.

BackupPC runs with --delete-excluded that's why even excluded dir will
trigger this. The problem is when rsync_bpc tries to delete the file
from the pool

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/

___
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/


Re: [BackupPC-users] IO error encountered -- skipping file deletion

2018-12-17 Thread Mike Hughes
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 
Sent: Monday, December 17, 2018 02:50
To: General list for user discussion, questions and support 

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:597E: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:597E: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:5875: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


___
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/


[BackupPC-users] IO error encountered -- skipping file deletion

2018-12-17 Thread Daniel Berteaud
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:597E: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:597E: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:5875: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/

___
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/