Re: [BackupPC-users] Incremental backups succeed, full backups fail.

2018-05-17 Thread Micha Kersloot
Num = 3, tmpFd = -1, tmpFileName = NULL
G bpc_lstat(C)
G bpc_lstat(C)
G bpc_opendir(C)
G 
bpc_attrib_dirRead(/var/lib/backuppc/pc/win01.kovoks.nl/764/f%2fcygdrive%2fc%2fShadow/fC/attrib);
 dirPath = /var/lib/backuppc/pc/win01.kovoks.nl/764, attribFilePath = 
f%2fcygdrive%2fc%2fShadow/fC/attrib, attribFileName = attrib
G bpc_attrib_dirRead: Got attrib file attrib_e1b2fd86dfa439223f93b9b6e8841940: 
digest = e1b2fd86dfa439223f93b9b6e8841940, len = 16
G bpc_readdir -> .
G bpc_readdir -> ..
G bpc_readdir -> $Recycle.Bin
G bpc_lstat(C/$Recycle.Bin)
G bpc_readdir -> Users
G bpc_lstat(C/Users)
G bpc_readdir -> Documents and Settings
G bpc_lstat(C/Documents and Settings)
G bpc_readlink(C/Documents and Settings, buf, 4095)
G bpc_readdir -> PerfLogs
G bpc_lstat(C/PerfLogs)
G bpc_readdir -> cygwin64
G bpc_lstat(C/cygwin64)
G bpc_readdir -> bootmgr
G bpc_lstat(C/bootmgr)
G bpc_readdir -> MSOCache
G bpc_lstat(C/MSOCache)
G bpc_readdir -> localsymbols



Met vriendelijke groet, 
Micha Kersloot 

- Original Message -
> From: "General list for user discussion, questions and support" 
> 
> To: "General list for user discussion, questions and support" 
> 
> Cc: "Craig Barratt" 
> Sent: Thursday, May 17, 2018 6:05:50 PM
> Subject: Re: [BackupPC-users] Incremental backups succeed, full backups fail.

> Please email me the entire XferLOG file (or the first ~100 lines if it's too
> big).
> Please also tell me your settings for $Conf{XferMethod}, $Conf{RsyncArgs},
> $Conf{RsyncFullArgsExtra}, $Conf{RsyncClientPath}, $Conf{RsyncSshArgs}, and
> $Conf{RsyncArgsExtra}. What is your client's rsync version?

> Craig

> On Thu, May 17, 2018 at 5:54 AM, Micha Kersloot < [ mailto:mi...@kovoks.nl |
> mi...@kovoks.nl ] > wrote:

>> Hi,

>> I'm using BackupPC for several years now (upgraded to 4.1.5, but the problem
>> existed before), but lately full backups of 2 servers started to fail. We are
>> using rsync over ssh for all backups. Mainly Linux servers and some Windows
>> server where we installed Cygwin sshd and rsync to facilitate the backup. We
>> run little scripts to create a disk shadow before we start the backup and 
>> clear
>> it when the backup is finished. I've moved one of the client servers to 
>> another
>> BackupPC server and the backup runs without any problems on that server. I 
>> can
>> use the second failing server to try to debug why the backup fails.

>> So far I've upgraded the server from 3.xxx to 4.1.5, but that didn't change
>> anything.
>> Incremental backups always succeed.
>> I've created a new 'server' in backuppc to have a clean starting point, but 
>> that
>> full backup also never succeeded.
>> I've changed the XferLogLevel to 7 to see if it shows anything, but the only
>> error I can find is:
>> rsync_bpc: connection unexpectedly closed (5560630 bytes received so far)
>> [receiver]
>> rsync error: error in rsync protocol data stream (code 12) at io.c(629)
>> [receiver=3.0.9.12]
>> rsync_bpc: connection unexpectedly closed (342 bytes received so far)
>> [generator]

>> How can I debug this further to find the real problem?

>> Any help is appreciated.

>> Kind regards,
>> Micha Kersloot

>> Chat with us via [ http://t.me/kovoksbot | Telegram ]
>> [ https://www.kovoks.nl/ ]

>> [ https://www.kovoks.nl/e-mail ]
>> [ https://www.kovoks.nl/ | www.kovoks.nl ] | [ https://www.mailcasa.eu/ |
>> www.mailcasa.eu ] | Follow [ http://twitter.com/kovoks | @kovoks ] on Twitter
>> E [ mailto:mi...@kovoks.nl%22 | mi...@kovoks.nl ]
>> T [ tel:+31%20(0)345%20-%2053%2029%2027 | +31 (0)345 - 53 29 27 ]
>> A [ https://goo.gl/maps/MrqmTv442tH2 | Belle van Zuylenlaan 1-5 ] | [
>> https://goo.gl/maps/MrqmTv442tH2 | 4105 JX Culemborg | The Netherlands ]

>> KvK 1104

>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! [ http://sdm.link/slashdot |
>> http://sdm.link/slashdot ]
>> ___
>> BackupPC-users mailing list
>> [ mailto:BackupPC-users@lists.sourceforge.net |
>> BackupPC-users@lists.sourceforge.net ]
>> List: [ https://lists.sourceforge.net/lists/listinfo/backuppc-users |
>> https://lists.sourceforge.net/lists/listinfo/backuppc-users ]
>> Wiki: [ http://backuppc.wiki.sourceforge.net/ |
>> http://backuppc.wiki.sourceforge.net ]
>> Project: [ http://backuppc.sourceforge.net/ | 
>> http://backuppc.sourceforge.net/ ]

> --

Re: [BackupPC-users] Incremental backups succeed, full backups fail.

2018-05-17 Thread Craig Barratt via BackupPC-users
Please email me the entire XferLOG file (or the first ~100 lines if it's
too big).

Please also tell me your settings for
$Conf{XferMethod}, $Conf{RsyncArgs}, $Conf{RsyncFullArgsExtra},
$Conf{RsyncClientPath}, $Conf{RsyncSshArgs},
and $Conf{RsyncArgsExtra}.  What is your client's rsync version?

Craig

On Thu, May 17, 2018 at 5:54 AM, Micha Kersloot  wrote:

> Hi,
>
> I'm using BackupPC for several years now (upgraded to 4.1.5, but the
> problem existed before), but lately full backups of 2 servers started to
> fail. We are using rsync over ssh for all backups. Mainly Linux servers and
> some Windows server where we installed Cygwin sshd and rsync to facilitate
> the backup. We run little scripts to create a disk shadow before we start
> the backup and clear it when the backup is finished. I've moved one of the
> client servers to another BackupPC server and the backup runs without any
> problems on that server. I can use the second failing server to try to
> debug why the backup fails.
>
> So far I've upgraded the server from 3.xxx to 4.1.5, but that didn't
> change anything.
> Incremental backups always succeed.
> I've created a new 'server' in backuppc to have a clean starting point,
> but that full backup also never succeeded.
> I've changed the XferLogLevel to 7 to see if it shows anything, but the
> only error I can find is:
>   rsync_bpc: connection unexpectedly closed (5560630 bytes received so
> far) [receiver]
>   rsync error: error in rsync protocol data stream (code 12) at io.c(629)
> [receiver=3.0.9.12]
>   rsync_bpc: connection unexpectedly closed (342 bytes received so far)
> [generator]
>
> How can I debug this further to find the real problem?
>
> Any help is appreciated.
>
> Kind regards,
> Micha Kersloot
>
> *Chat with us via Telegram *
> 
>
> 
> www.kovoks.nl | www.mailcasa.eu | Follow @kovoks
>  on Twitter
> *E* mi...@kovoks.nl 
> *T* +31 (0)345 - 53 29 27 <+31%20(0)345%20-%2053%2029%2027>
> *A* Belle van Zuylenlaan 1-5  | 4105 JX
> Culemborg | The Netherlands 
>
> KvK 1104
>
>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> 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/
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
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/