Re: [BackupPC-users] Weird fd leaks (possibly trigged by 0 sized file?)

2021-04-29 Thread François Poulain
Le Thu, 29 Apr 2021 10:17:27 -0700,
Craig Barratt via BackupPC-users 
a écrit :

> What version of BackupPC and rsync are you running?  If BackupPC is
> 3.x, rsync is 3.2.3 and your File::RsyncP is older than version 0.76
> then this could be your issue:
> https://github.com/backuppc/backuppc/issues/369

I am using debian Buster, so with:
- backuppc 3.3.2-2+deb10u1
- libfile-rsyncp-perl 0.74-2.1+b5
- rsync 3.1.3-6

So it is not exactly the same rsync version but the description is
quite close.

> The solution is to upgrade File::RsyncP to the latest version 0.76.

I will try it. Thanks!

François

-- 
François Poulain 


___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/


Re: [BackupPC-users] Weird fd leaks (possibly trigged by 0 sized file?)

2021-04-29 Thread Craig Barratt via BackupPC-users
What version of BackupPC and rsync are you running?  If BackupPC is 3.x,
rsync is 3.2.3 and your File::RsyncP is older than version 0.76 then this
could be your issue: https://github.com/backuppc/backuppc/issues/369

The solution is to upgrade File::RsyncP to the latest version 0.76.

Craig

On Thu, Apr 29, 2021 at 3:42 AM François Poulain 
wrote:

> Hi,
>
> I am facing with a bug when backuping a Windows account via Cygwin.
> The saving fails and the XferLOG.bad.z grown up to 40Go.
>
> It currently happens in a thunderbird profile. Here is an extract of
> the involved log:
>
>
> full backup started for directory / (baseline backup #545)
> Running: /usr/bin/ssh -q -x -l root poste-02 /usr/bin/rsync --server
> --sender --numeric-ids --perms --owner --group -D --links --hard-links
> --times --block-size=2048 --recursive --checksum-seed=32761
> --ignore-times . / Xfer PIDs are now 17184 Got remote protocol 31
> Negotiated protocol version 28 Checksum caching enabled (checksumSeed =
> 32761) Sent include: /cygdrive
> Sent include: /cygdrive/c
> Sent include: /cygdrive/c/Users
> ...
>
> Then the "interessant" part:
>
> pool 755 197609/197121 229376
>
> cygdrive/c/Users/XXX/AppData/Roaming/Thunderbird/Profiles/xxx.default/openpgp.sqlite
> create 700 197609/197121 1388806
>
> cygdrive/c/Users/XXX/AppData/Roaming/Thunderbird/Profiles/xxx.default/panacea.dat
> create 700 197609/197121 196608
>
> cygdrive/c/Users/XXX/AppData/Roaming/Thunderbird/Profiles/xxx.default/permissions.sqlite
> pool 700 197609/197121 917
>
> cygdrive/c/Users/XXX/AppData/Roaming/Thunderbird/Profiles/xxx.default/pkcs11.txt
> Remote[-7]: Remote[-7]: Remote[-7]: Remote[-7]: Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]:
> Remote[-7]: �
> Remote[-7]:
> Remote[-7]: �
> Remote[-7]:
> Remote[-7]: �
> Remote[-7]:
> Remote[-7]: �
> Remote[-7]:
> Remote[-7]: �
> Remote[-7]:
> Remote[-7]: �
> Remote[-7]:
> Remote[-7]: ,�
> Remote[-7]:
> Remote[-7]:
> Remote[167]:
>
> z�AR�Q�,��-���7�(e)�v`�j��>���Zc�-���7�(e)�v`�j��>���Zcf�Y}��Η�%檏�
> ...
>
> And after that the log seems filed with various disk data.
>
> How do you think about it?
>
> Some observations:
> - I am using backuppc from Debian (Version: 3.3.2-2+deb10u1)
> - The XferLOG.bad.z.old shows a failure on parent.lock which is a 0
> sized lock file (used by thunderbird to lock accounts)
> - It seems that the user account (into Windows) has been recently
> renamed
>
>
> Best regards.
> François
>
> --
> François Poulain 
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:https://github.com/backuppc/backuppc/wiki
> Project: https://backuppc.github.io/backuppc/
>
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/