Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-03 Thread Les Mikesell
On Mon, Feb 28, 2022 at 3:34 PM Akibu Flash  wrote:
>
>
> I backup a couple of Windows machines to a linux machine via rsync.  However, 
> the backup for one of the Windows machines never finishes and results in a 
> partial backup.  In the CGI user interface Count column, the backup always 
> seems to hang at 311941 for hours and hours.  Then at some point, the backup 
> apparently stops and afterwards another backup which by that time has queued 
> up starts anew.  Never do I get a completed backup only a partial (at least 
> for the last year or so).
>
>
>
> Is there a way to start a backup from the command line and have the screen 
> show what in real time is actually being backed up?

Not exactly what you are asking for, but since the problem target is
windows you are probably hitting a file that windows has locked, and
the solution might be to use windows VSS snapshots.  You can search
the mail list for other discussions but there is a link here to a tool
to do that.
https://sourceforge.net/p/backuppc/mailman/message/37189039/

-- 
   Les Mikesell
lesmikes...@gmail.com


___
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] Question about full backups

2022-03-03 Thread Les Mikesell
On Thu, Mar 3, 2022 at 11:29 AM Kim Scarborough  wrote:
>
> Hello,
>
> I recently started using BackupPC, and I'm pretty happy with it. I don't 
> understand, however, the point of full backups beyond the initial one. Once 
> you've got everything, shouldn't incremental backups be sufficient going 
> forward?

There's not as much difference as you might think.  Because of the
de-duplication you don't store additional full copies.  With rsync,
full backups just do a more thorough check for changes, actually
checking the files not just the directory timestamps but still only
transfer differences.   With tar or samba, a full copy is sent but
then discarded if a matching file already exists.   With tar/samba,
incrementals are based only on a timestamp and there are filesystem
operations that can preserve or set old timestamps so you'd miss
new/changed/moved files in an incremental but get them in a full.

-- 
Les Mikesell
   lesmikes...@gmail.com


___
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] Real Time View of What Is Being Copied

2022-03-03 Thread George King

Hi Akibu

One of two ways.
1.  On the Win10 machine: set up a new shares with paths describing 
parts of the drive e.g. d:\Documents and d:\not_Documents rather than 
just d:\    And on backuppc create new hosts with the new share names 
under 'RsyncShareName'.
2.  Or leave the Win10 share the same.  In backuppc duplicate the 
relevant host (and give it a different but similar name).  Edit one host 
Xfer settings so 'BackupFilesOnly' refers to /Documents and in the other 
host 'BackupFilesExclude' also refers to /Documents.


If you suspect one folder on the Windows machine is where it always 
stalls (using the Resource Monitor approach I described) - try excluding 
that folder and seeing if it runs to completion. Narrow the exclusion 
until you have worked out what's stopping it.  Mine consistent stopped 
in one folder - I still don't know why.  They were just tiff files and 
opened fine on the native machine so I don't think there was corruption.


George

On 03/03/2022 16:52, Akibu Flash wrote:


Thanks George for responding.

With respect to your reference to: “split the host into two”, how does 
one actually do that?  My host references a certain computer 
consisting of various drives to be backed up.  How does one split that 
host into two separate hosts and (presumably) back up each of those 
hosts?  Thanks.


Akibu

*From:* George King 
*Sent:* Thursday, March 3, 2022 10:44 AM
*To:* backuppc-users@lists.sourceforge.net
*Subject:* Re: [BackupPC-users] Real Time View of What Is Being Copied

No great suggestions for resolution from me but I have some sympathy 
with you having had similar issues occasionally in the past.


I have a number of rsyncd hosts set up on my main Win10 desktop - 
basically one for each disk or part of to keep the backups down to a 
reasonable duration.   I'm running DeltaCopy Server.


When one of my backups 'stalled' after having worked for a while, it 
would do as you have found and stall at the same place each time.  
Other disks/hosts were not affected and completed fine, so it was 
nothing intrinsically wrong with DeltaCopy or backuppc.  I could 
monitor the file transfer via the Win10 Task Manager>Performance Tab > 
Resource Monitor > Disk tab and selecting the right rsync process for 
the problematic disk.  At least that gave me confidence that the 
transfer was starting properly and progressing - and I could tell when 
it properly stuck, and at which folder on the Win10 machine.


I couldn't find any informative messages in the backuppc logs to help 
me solve it.  When I manually stopped the backups, the partial backups 
were generally removed or merged and the logs just showed that I had 
aborted the xfer.


What seems to have helped overcome the problem is, although I fail to 
understand quite why, are:

- splitting the host into two, and
- copying the files from the folder at which the transfer stalled into 
another folder, and
- I probably checked the Win10 folder permissions were OK and 
inherited by sub-folders.


George

On 03/03/2022 14:23, Akibu Flash wrote:

Just bumping this up… any suggestions for a resolution?  Thanks.

*From:* Akibu Flash 

*Sent:* Monday, February 28, 2022 4:32 PM
*To:* BackupPC-users@lists.sourceforge.net
*Subject:* [BackupPC-users] Real Time View of What Is Being Copied

Dear All,

I backup a couple of Windows machines to a linux machine via
rsync.  However, the backup for one of the Windows machines never
finishes and results in a partial backup.  In the CGI user
interface Count column, the backup always seems to hang at 311941
for hours and hours.  Then at some point, the backup apparently
stops and afterwards another backup which by that time has queued
up starts anew.  Never do I get a completed backup only a partial
(at least for the last year or so).

Is there a way to start a backup from the command line and have
the screen show what in real time is actually being backed up?  If
so, what would that command be?  It may be that the BackupPC is
somehow getting stuck on a file but that is only speculation.

Any other ideas as to what my be happening?

I decompressed the partial backup log file (backup #884) using the
command BackupPC_zcat XferLOG.884.z.  I have reproduced the bottom
portion below.

Any assistance in helping to track down what is happening is
appreciated.  I do see in the log that there is an error message
indicating an “error in the rsync protocol data stream (code 12)
at io.c(226).

Thanks in advance.

Best, Akibu

G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif,
0x0, 00) -> 3

G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif),
buf, 1394) tmpFd = -1

G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))

G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

G 

[BackupPC-users] Question about full backups

2022-03-03 Thread Kim Scarborough

Hello,

I recently started using BackupPC, and I'm pretty happy with it. I don't 
understand, however, the point of full backups beyond the initial one. 
Once you've got everything, shouldn't incremental backups be sufficient 
going forward?
___
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] Real Time View of What Is Being Copied

2022-03-03 Thread Akibu Flash
Thanks George for responding.

With respect to your reference to: “split the host into two”, how does one 
actually do that?  My host references a certain computer consisting of various 
drives to be backed up.  How does one split that host into two separate hosts 
and (presumably) back up each of those hosts?  Thanks.

Akibu

From: George King 
Sent: Thursday, March 3, 2022 10:44 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Real Time View of What Is Being Copied


No great suggestions for resolution from me but I have some sympathy with you 
having had similar issues occasionally in the past.

I have a number of rsyncd hosts set up on my main Win10 desktop - basically one 
for each disk or part of to keep the backups down to a reasonable duration.   
I'm running DeltaCopy Server.

When one of my backups 'stalled' after having worked for a while, it would do 
as you have found and stall at the same place each time.  Other disks/hosts 
were not affected and completed fine, so it was nothing intrinsically wrong 
with DeltaCopy or backuppc.  I could monitor the file transfer via the Win10 
Task Manager>Performance Tab > Resource Monitor > Disk tab and selecting the 
right rsync process for the problematic disk.  At least that gave me confidence 
that the transfer was starting properly and progressing - and I could tell when 
it properly stuck, and at which folder on the Win10 machine.

I couldn't find any informative messages in the backuppc logs to help me solve 
it.  When I manually stopped the backups, the partial backups were generally 
removed or merged and the logs just showed that I had aborted the xfer.

What seems to have helped overcome the problem is, although I fail to 
understand quite why, are:
- splitting the host into two, and
- copying the files from the folder at which the transfer stalled into another 
folder, and
- I probably checked the Win10 folder permissions were OK and inherited by 
sub-folders.

George
On 03/03/2022 14:23, Akibu Flash wrote:
Just bumping this up… any suggestions for a resolution?  Thanks.

From: Akibu Flash 
Sent: Monday, February 28, 2022 4:32 PM
To: 
BackupPC-users@lists.sourceforge.net
Subject: [BackupPC-users] Real Time View of What Is Being Copied

Dear All,

I backup a couple of Windows machines to a linux machine via rsync.  However, 
the backup for one of the Windows machines never finishes and results in a 
partial backup.  In the CGI user interface Count column, the backup always 
seems to hang at 311941 for hours and hours.  Then at some point, the backup 
apparently stops and afterwards another backup which by that time has queued up 
starts anew.  Never do I get a completed backup only a partial (at least for 
the last year or so).

Is there a way to start a backup from the command line and have the screen show 
what in real time is actually being backed up?  If so, what would that command 
be?  It may be that the BackupPC is somehow getting stuck on a file but that is 
only speculation.

Any other ideas as to what my be happening?

I decompressed the partial backup log file (backup #884) using the command 
BackupPC_zcat XferLOG.884.z.  I have reproduced the bottom portion below.

Any assistance in helping to track down what is happening is appreciated.  I do 
see in the log that there is an error message indicating an “error in the rsync 
protocol data stream (code 12) at io.c(226).

Thanks in advance.

Best, Akibu

G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 00) -> 3
G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), buf, 1394) 
tmpFd = -1
G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))
G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 00) -> 3
G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), buf, 
7814) tmpFd = -1
G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))
G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
rsync_bpc: connection unexpectedly closed (23961310 bytes received so far) 
[receiver]
R bpc_sysCall_cleanup: doneInit = 1
Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 
sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 24467705 inode
Parsing done: nFilesTotal = 0
rsync error: error in rsync protocol data stream (code 12) at io.c(226) 
[receiver=3.1.3.0]
rsync_bpc: connection unexpectedly closed (24012481 bytes received so far) 
[generator]
G bpc_sysCall_cleanup: doneInit = 1
DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 311942 
filesTotal, 569449707538 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 
24467704 inode
Parsing done: nFilesTotal = 311942
rsync 

Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-03 Thread Micha Kersloot
Hi, 

Yes you could create several rsyncsharename sections for the different folders. 
Or you could explicit exclude some folders from 1 share and create a seperate 
share to create a backup. You can even create multiple 'hosts' with each it's 
own share to backup different shares. In that case you could use the 
ClientNameAlias to point them to the same server. 

Met vriendelijke groet, 

Micha Kersloot 
[ https://www.kovoks.nl/ ] 

[ https://www.kovoks.nl/e-mail ] 
[ https://www.kovoks.nl/ | www.kovoks.nl ] | [ https://www.zimbra-nederland.nl/ 
| www.zimbra-nederland.nl ] | Volg [ http://twitter.com/kovoks | @kovoks ] op 
Twitter 
E [ mailto:mi...@kovoks.nl | mi...@kovoks.nl ] 
T +31 (0)345 - 53 29 27 / 0345 - 53 29 27 
A [ https://goo.gl/maps/MrqmTv442tH2 | Belle van Zuylenlaan 1-5 ] | [ 
https://goo.gl/maps/MrqmTv442tH2 | 4105 JX Culemborg ] 

KvK 1104 

> Van: "Akibu Flash" 
> Aan: "KovoKs" , "General list for user discussion, questions 
> and
> support" 
> Verzonden: Donderdag 3 maart 2022 17:47:53
> Onderwerp: RE: Real Time View of What Is Being Copied

> Thanks Micha.

> This may be a silly question, but how does one split the backup into several
> parts? Does that involve designating certain folders from a particular drive
> for backup instead of the entire drive?

> From: Micha Kersloot 
> Sent: Thursday, March 3, 2022 9:28 AM
> To: General list for user discussion, questions and support
> 
> Subject: Re: [BackupPC-users] Real Time View of What Is Being Copied

> Hi,

> you could try to split the backup in several parts?

> Met vriendelijke groet,

> Micha Kersloot

> [ https://www.kovoks.nl/ ]

> [ https://www.kovoks.nl/e-mail ]

> [ https://www.kovoks.nl/ | www.kovoks.nl ] | [ 
> https://www.zimbra-nederland.nl/
> | www.zimbra-nederland.nl ] | Volg [ http://twitter.com/kovoks | @kovoks ] op
> Twitter
> E [ mailto:mi...@kovoks.nl | mi...@kovoks.nl ]
> T +31 (0)345 - 53 29 27 / 0345 - 53 29 27
> A [ https://goo.gl/maps/MrqmTv442tH2 | Belle van Zuylenlaan 1-5 ] | [
> https://goo.gl/maps/MrqmTv442tH2 | 4105 JX Culemborg ]

> KvK 1104

>> Van: "Akibu Flash" < [ mailto:akibufl...@outlook.com | 
>> akibufl...@outlook.com ]
>> >
>> Aan: "General list for user discussion, questions and support" < [
>> mailto:backuppc-users@lists.sourceforge.net |
>> backuppc-users@lists.sourceforge.net ] >
>> Verzonden: Donderdag 3 maart 2022 15:23:23
>> Onderwerp: Re: [BackupPC-users] Real Time View of What Is Being Copied
>> Just bumping this up… any suggestions for a resolution? Thanks.

>> From: Akibu Flash < [ mailto:akibufl...@outlook.com | akibufl...@outlook.com 
>> ] >
>> Sent: Monday, February 28, 2022 4:32 PM
>> To: [ mailto:BackupPC-users@lists.sourceforge.net |
>> BackupPC-users@lists.sourceforge.net ]
>> Subject: [BackupPC-users] Real Time View of What Is Being Copied

>> Dear All,

>> I backup a couple of Windows machines to a linux machine via rsync. However, 
>> the
>> backup for one of the Windows machines never finishes and results in a 
>> partial
>> backup. In the CGI user interface Count column, the backup always seems to 
>> hang
>> at 311941 for hours and hours. Then at some point, the backup apparently 
>> stops
>> and afterwards another backup which by that time has queued up starts anew.
>> Never do I get a completed backup only a partial (at least for the last year 
>> or
>> so).

>> Is there a way to start a backup from the command line and have the screen 
>> show
>> what in real time is actually being backed up? If so, what would that command
>> be? It may be that the BackupPC is somehow getting stuck on a file but that 
>> is
>> only speculation.

>> Any other ideas as to what my be happening?

>> I decompressed the partial backup log file (backup #884) using the command
>> BackupPC_zcat XferLOG.884.z. I have reproduced the bottom portion below.

>> Any assistance in helping to track down what is happening is appreciated. I 
>> do
>> see in the log that there is an error message indicating an “error in the 
>> rsync
>> protocol data stream (code 12) at io.c(226).

>> Thanks in advance.

>> Best, Akibu

>> G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 00) -> 3

>> G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), buf, 1394)
>> tmpFd = -1

>> G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))

>> G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

>> G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)

>> G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)

>> G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 00) 
>> -> 3

>> G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), buf, 
>> 7814)
>> tmpFd = -1

>> G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))

>> G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

>> rsync_bpc: connection unexpectedly closed (23961310 bytes received so far)
>> [receiver]

>> R 

Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-03 Thread Akibu Flash
Thanks Micha.

This may be a silly question, but how does one split the backup into several 
parts?  Does that involve designating certain folders from a particular drive 
for backup instead of the entire drive?

From: Micha Kersloot 
Sent: Thursday, March 3, 2022 9:28 AM
To: General list for user discussion, questions and support 

Subject: Re: [BackupPC-users] Real Time View of What Is Being Copied

Hi,

you could try to split the backup in several parts?

Met vriendelijke groet,

Micha Kersloot
[https://www.kovoks.nl/images/klantzimbra/kovoks.png]

[https://www.kovoks.nl/images/klantzimbra/Zimbra_SalesCertified.png]
www.kovoks.nl | 
www.zimbra-nederland.nl | Volg 
@kovoks op Twitter
E mi...@kovoks.nl
T +31 (0)345 - 53 29 27 / 0345 - 53 29 27
A Belle van Zuylenlaan 1-5 | 4105 JX 
Culemborg

KvK 1104




Van: "Akibu Flash" mailto:akibufl...@outlook.com>>
Aan: "General list for user discussion, questions and support" 
mailto:backuppc-users@lists.sourceforge.net>>
Verzonden: Donderdag 3 maart 2022 15:23:23
Onderwerp: Re: [BackupPC-users] Real Time View of What Is Being Copied
Just bumping this up… any suggestions for a resolution?  Thanks.

From: Akibu Flash mailto:akibufl...@outlook.com>>
Sent: Monday, February 28, 2022 4:32 PM
To: 
BackupPC-users@lists.sourceforge.net
Subject: [BackupPC-users] Real Time View of What Is Being Copied

Dear All,

I backup a couple of Windows machines to a linux machine via rsync.  However, 
the backup for one of the Windows machines never finishes and results in a 
partial backup.  In the CGI user interface Count column, the backup always 
seems to hang at 311941 for hours and hours.  Then at some point, the backup 
apparently stops and afterwards another backup which by that time has queued up 
starts anew.  Never do I get a completed backup only a partial (at least for 
the last year or so).

Is there a way to start a backup from the command line and have the screen show 
what in real time is actually being backed up?  If so, what would that command 
be?  It may be that the BackupPC is somehow getting stuck on a file but that is 
only speculation.

Any other ideas as to what my be happening?

I decompressed the partial backup log file (backup #884) using the command 
BackupPC_zcat XferLOG.884.z.  I have reproduced the bottom portion below.

Any assistance in helping to track down what is happening is appreciated.  I do 
see in the log that there is an error message indicating an “error in the rsync 
protocol data stream (code 12) at io.c(226).

Thanks in advance.

Best, Akibu

G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 00) -> 3
G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), buf, 1394) 
tmpFd = -1
G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))
G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 00) -> 3
G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), buf, 
7814) tmpFd = -1
G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))
G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
rsync_bpc: connection unexpectedly closed (23961310 bytes received so far) 
[receiver]
R bpc_sysCall_cleanup: doneInit = 1
Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 
sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 24467705 inode
Parsing done: nFilesTotal = 0
rsync error: error in rsync protocol data stream (code 12) at io.c(226) 
[receiver=3.1.3.0]
rsync_bpc: connection unexpectedly closed (24012481 bytes received so far) 
[generator]
G bpc_sysCall_cleanup: doneInit = 1
DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 311942 
filesTotal, 569449707538 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 
24467704 inode
Parsing done: nFilesTotal = 311942
rsync error: error in rsync protocol data stream (code 12) at io.c(226) 
[generator=3.1.3.0]
rsync_bpc exited with fatal status 12 (3072) (rsync error: error in rsync 
protocol data stream (code 12) at io.c(226) [generator=3.1.3.0])
Xfer PIDs are now
Got fatal error during xfer (rsync error: error in rsync protocol data stream 
(code 12) at io.c(226) [generator=3.1.3.0])
Backup aborted (rsync error: error in rsync protocol data stream (code 12) at 
io.c(226) [generator=3.1.3.0])
BackupFailCleanup: nFilesTotal = 311942, type = full, BackupCase = 4, inPlace = 
0, lastBkupNum = 883
Removing prior partial backup #883
Xfer PIDs are now 38440
BackupPC_backupDelete: removing #883

Re: [BackupPC-users] rsync ACL Support

2022-03-03 Thread ralph strebbing
On Thu, Mar 3, 2022 at 11:02 AM  wrote:
>
> ACLs are not supported in 3.x but are supported in 4.x
> Not sure --fake-super is supported but --super is supported.
Yeah, I've just noticed that I'm not on v4, it didn't click until now.
I'm attempting an upgrade to 4 now.


___
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] Real Time View of What Is Being Copied

2022-03-03 Thread backuppc
Just out of curiosity, why use 'rsyncd' rather than 'rsync' which to
me seems more secure as well as easier to set up and support?

George King wrote at about 15:44:03 + on Thursday, March 3, 2022:
 > No great suggestions for resolution from me but I have some sympathy 
 > with you having had similar issues occasionally in the past.
 > 
 > I have a number of rsyncd hosts set up on my main Win10 desktop - 
 > basically one for each disk or part of to keep the backups down to a 
 > reasonable duration.   I'm running DeltaCopy Server.
 > 
 > When one of my backups 'stalled' after having worked for a while, it 
 > would do as you have found and stall at the same place each time.  Other 
 > disks/hosts were not affected and completed fine, so it was nothing 
 > intrinsically wrong with DeltaCopy or backuppc.  I could monitor the 
 > file transfer via the Win10 Task Manager>Performance Tab > Resource 
 > Monitor > Disk tab and selecting the right rsync process for the 
 > problematic disk.  At least that gave me confidence that the transfer 
 > was starting properly and progressing - and I could tell when it 
 > properly stuck, and at which folder on the Win10 machine.
 > 
 > I couldn't find any informative messages in the backuppc logs to help me 
 > solve it.  When I manually stopped the backups, the partial backups were 
 > generally removed or merged and the logs just showed that I had aborted 
 > the xfer.
 > 
 > What seems to have helped overcome the problem is, although I fail to 
 > understand quite why, are:
 > - splitting the host into two, and
 > - copying the files from the folder at which the transfer stalled into 
 > another folder, and
 > - I probably checked the Win10 folder permissions were OK and inherited 
 > by sub-folders.
 > 
 > George
 > 
 > On 03/03/2022 14:23, Akibu Flash wrote:
 > >
 > > Just bumping this up… any suggestions for a resolution?  Thanks.
 > >
 > > *From:* Akibu Flash 
 > > *Sent:* Monday, February 28, 2022 4:32 PM
 > > *To:* BackupPC-users@lists.sourceforge.net
 > > *Subject:* [BackupPC-users] Real Time View of What Is Being Copied
 > >
 > > Dear All,
 > >
 > > I backup a couple of Windows machines to a linux machine via rsync.  
 > > However, the backup for one of the Windows machines never finishes and 
 > > results in a partial backup.  In the CGI user interface Count column, 
 > > the backup always seems to hang at 311941 for hours and hours.  Then 
 > > at some point, the backup apparently stops and afterwards another 
 > > backup which by that time has queued up starts anew.  Never do I get a 
 > > completed backup only a partial (at least for the last year or so).
 > >
 > > Is there a way to start a backup from the command line and have the 
 > > screen show what in real time is actually being backed up?  If so, 
 > > what would that command be? It may be that the BackupPC is somehow 
 > > getting stuck on a file but that is only speculation.
 > >
 > > Any other ideas as to what my be happening?
 > >
 > > I decompressed the partial backup log file (backup #884) using the 
 > > command BackupPC_zcat XferLOG.884.z. I have reproduced the bottom 
 > > portion below.
 > >
 > > Any assistance in helping to track down what is happening is 
 > > appreciated.  I do see in the log that there is an error message 
 > > indicating an “error in the rsync protocol data stream (code 12) at 
 > > io.c(226).
 > >
 > > Thanks in advance.
 > >
 > > Best, Akibu
 > >
 > > G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 
 > > 00) -> 3
 > >
 > > G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), 
 > > buf, 1394) tmpFd = -1
 > >
 > > G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))
 > >
 > > G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
 > >
 > > G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
 > >
 > > G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
 > >
 > > G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 
 > > 00) -> 3
 > >
 > > G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), 
 > > buf, 7814) tmpFd = -1
 > >
 > > G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))
 > >
 > > G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
 > >
 > > rsync_bpc: connection unexpectedly closed (23961310 bytes received so 
 > > far) [receiver]
 > >
 > > R bpc_sysCall_cleanup: doneInit = 1
 > >
 > > Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
 > > filesTotal, 0 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 
 > > 24467705 inode
 > >
 > > Parsing done: nFilesTotal = 0
 > >
 > > rsync error: error in rsync protocol data stream (code 12) at 
 > > io.c(226) [receiver=3.1.3.0]
 > >
 > > rsync_bpc: connection unexpectedly closed (24012481 bytes received so 
 > > far) [generator]
 > >
 > > G bpc_sysCall_cleanup: doneInit = 1
 > >
 > > DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 

Re: [BackupPC-users] rsync ACL Support

2022-03-03 Thread backuppc
ACLs are not supported in 3.x but are supported in 4.x
Not sure --fake-super is supported but --super is supported.

ralph strebbing wrote at about 10:35:24 -0500 on Thursday, March 3, 2022:
 > Hi All,
 > 
 > I'm attempting to set-up BackupPC for use with our linux server
 > infrastructure, using either rsync or rsyncd. I'm currently running
 > the Ubuntu package of BackupPC (Version 3.3.2-3), with rsync_bpc
 > version 3.1.3.0 protocol version 31.
 > 
 > So far things work great! However, I'm running into problems when
 > attempting to preserve ACLs. So in either the global config or the
 > host specific config, I add the following to the rsyncExtraArgs:
 > --acls
 > and I've also tried adding --fake-super along with the acls option,
 > and every time I run a backup with the acls arg, I get the following:
 > 
 > rsyncd attempt:
 > full backup started for directory netfiles (baseline backup #2)
 > Connected to filesrv1:873, remote version 31
 > Negotiated protocol version 28
 > Connected to module netfiles
 > Sending args: --server --sender --numeric-ids --perms --owner --group
 > -D --links --hard-links --times --recursive --acls --ignore-times . .
 > Read EOF:
 > Tried again: got 0 bytes
 > Done: 0 files, 0 bytes
 > Got fatal error during xfer (Unable to read 4 bytes)
 > Backup aborted (Unable to read 4 bytes)
 > Not saving this as a partial backup since it has fewer files than the
 > prior one (got 0 and 0 files versus 0)
 > 
 > rsync attempt:
 > full backup started for directory netfiles (baseline backup #2)
 > Running: /usr/bin/ssh -q -x -l root filesrv1 /usr/bin/rsync --server
 > --sender --numeric-ids --perms --owner --group -D --links --hard-links
 > --times --recursive --acls --ignore-times . netfiles/
 > Xfer PIDs are now 141899
 > Rsync command pid is 141899
 > Got remote protocol 31
 > Negotiated protocol version 28
 > Checksum seed is 1667312941
 > Got checksumSeed 0x63612d2d
 > Read EOF:
 > Tried again: got 0 bytes
 > fileListReceive() failed
 > Done: 0 files, 0 bytes
 > Got fatal error during xfer (fileListReceive failed)
 > Backup aborted (fileListReceive failed)
 > Not saving this as a partial backup since it has fewer files than the
 > prior one (got 0 and 0 files versus 0)
 > 
 > Is there something I'm missing? ACL functionality is critical for that
 > server as we rely on the POSIX ACLs.
 > 
 > Thanks,
 > Ralph
 > 
 > 
 > ___
 > 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/


Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-03 Thread George King
No great suggestions for resolution from me but I have some sympathy 
with you having had similar issues occasionally in the past.


I have a number of rsyncd hosts set up on my main Win10 desktop - 
basically one for each disk or part of to keep the backups down to a 
reasonable duration.   I'm running DeltaCopy Server.


When one of my backups 'stalled' after having worked for a while, it 
would do as you have found and stall at the same place each time.  Other 
disks/hosts were not affected and completed fine, so it was nothing 
intrinsically wrong with DeltaCopy or backuppc.  I could monitor the 
file transfer via the Win10 Task Manager>Performance Tab > Resource 
Monitor > Disk tab and selecting the right rsync process for the 
problematic disk.  At least that gave me confidence that the transfer 
was starting properly and progressing - and I could tell when it 
properly stuck, and at which folder on the Win10 machine.


I couldn't find any informative messages in the backuppc logs to help me 
solve it.  When I manually stopped the backups, the partial backups were 
generally removed or merged and the logs just showed that I had aborted 
the xfer.


What seems to have helped overcome the problem is, although I fail to 
understand quite why, are:

- splitting the host into two, and
- copying the files from the folder at which the transfer stalled into 
another folder, and
- I probably checked the Win10 folder permissions were OK and inherited 
by sub-folders.


George

On 03/03/2022 14:23, Akibu Flash wrote:


Just bumping this up… any suggestions for a resolution?  Thanks.

*From:* Akibu Flash 
*Sent:* Monday, February 28, 2022 4:32 PM
*To:* BackupPC-users@lists.sourceforge.net
*Subject:* [BackupPC-users] Real Time View of What Is Being Copied

Dear All,

I backup a couple of Windows machines to a linux machine via rsync.  
However, the backup for one of the Windows machines never finishes and 
results in a partial backup.  In the CGI user interface Count column, 
the backup always seems to hang at 311941 for hours and hours.  Then 
at some point, the backup apparently stops and afterwards another 
backup which by that time has queued up starts anew.  Never do I get a 
completed backup only a partial (at least for the last year or so).


Is there a way to start a backup from the command line and have the 
screen show what in real time is actually being backed up?  If so, 
what would that command be? It may be that the BackupPC is somehow 
getting stuck on a file but that is only speculation.


Any other ideas as to what my be happening?

I decompressed the partial backup log file (backup #884) using the 
command BackupPC_zcat XferLOG.884.z. I have reproduced the bottom 
portion below.


Any assistance in helping to track down what is happening is 
appreciated.  I do see in the log that there is an error message 
indicating an “error in the rsync protocol data stream (code 12) at 
io.c(226).


Thanks in advance.

Best, Akibu

G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 
00) -> 3


G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), 
buf, 1394) tmpFd = -1


G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))

G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)

G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)

G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 
00) -> 3


G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), 
buf, 7814) tmpFd = -1


G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))

G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

rsync_bpc: connection unexpectedly closed (23961310 bytes received so 
far) [receiver]


R bpc_sysCall_cleanup: doneInit = 1

Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
filesTotal, 0 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 
24467705 inode


Parsing done: nFilesTotal = 0

rsync error: error in rsync protocol data stream (code 12) at 
io.c(226) [receiver=3.1.3.0]


rsync_bpc: connection unexpectedly closed (24012481 bytes received so 
far) [generator]


G bpc_sysCall_cleanup: doneInit = 1

DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 311942 
filesTotal, 569449707538 sizeTotal, 0 filesNew, 0 sizeNew, 0 
sizeNewComp, 24467704 inode


Parsing done: nFilesTotal = 311942

rsync error: error in rsync protocol data stream (code 12) at 
io.c(226) [generator=3.1.3.0]


rsync_bpc exited with fatal status 12 (3072) (rsync error: error in 
rsync protocol data stream (code 12) at io.c(226) [generator=3.1.3.0])


Xfer PIDs are now

Got fatal error during xfer (rsync error: error in rsync protocol data 
stream (code 12) at io.c(226) [generator=3.1.3.0])


Backup aborted (rsync error: error in rsync protocol data stream (code 
12) at io.c(226) [generator=3.1.3.0])


BackupFailCleanup: nFilesTotal = 

[BackupPC-users] rsync ACL Support

2022-03-03 Thread ralph strebbing
Hi All,

I'm attempting to set-up BackupPC for use with our linux server
infrastructure, using either rsync or rsyncd. I'm currently running
the Ubuntu package of BackupPC (Version 3.3.2-3), with rsync_bpc
version 3.1.3.0 protocol version 31.

So far things work great! However, I'm running into problems when
attempting to preserve ACLs. So in either the global config or the
host specific config, I add the following to the rsyncExtraArgs:
--acls
and I've also tried adding --fake-super along with the acls option,
and every time I run a backup with the acls arg, I get the following:

rsyncd attempt:
full backup started for directory netfiles (baseline backup #2)
Connected to filesrv1:873, remote version 31
Negotiated protocol version 28
Connected to module netfiles
Sending args: --server --sender --numeric-ids --perms --owner --group
-D --links --hard-links --times --recursive --acls --ignore-times . .
Read EOF:
Tried again: got 0 bytes
Done: 0 files, 0 bytes
Got fatal error during xfer (Unable to read 4 bytes)
Backup aborted (Unable to read 4 bytes)
Not saving this as a partial backup since it has fewer files than the
prior one (got 0 and 0 files versus 0)

rsync attempt:
full backup started for directory netfiles (baseline backup #2)
Running: /usr/bin/ssh -q -x -l root filesrv1 /usr/bin/rsync --server
--sender --numeric-ids --perms --owner --group -D --links --hard-links
--times --recursive --acls --ignore-times . netfiles/
Xfer PIDs are now 141899
Rsync command pid is 141899
Got remote protocol 31
Negotiated protocol version 28
Checksum seed is 1667312941
Got checksumSeed 0x63612d2d
Read EOF:
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)
Not saving this as a partial backup since it has fewer files than the
prior one (got 0 and 0 files versus 0)

Is there something I'm missing? ACL functionality is critical for that
server as we rely on the POSIX ACLs.

Thanks,
Ralph


___
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] Real Time View of What Is Being Copied

2022-03-03 Thread Micha Kersloot
Hi, 

you could try to split the backup in several parts? 

Met vriendelijke groet, 

Micha Kersloot 
[ https://www.kovoks.nl/ ] 

[ https://www.kovoks.nl/e-mail ] 
[ https://www.kovoks.nl/ | www.kovoks.nl ] | [ https://www.zimbra-nederland.nl/ 
| www.zimbra-nederland.nl ] | Volg [ http://twitter.com/kovoks | @kovoks ] op 
Twitter 
E [ mailto:mi...@kovoks.nl | mi...@kovoks.nl ] 
T +31 (0)345 - 53 29 27 / 0345 - 53 29 27 
A [ https://goo.gl/maps/MrqmTv442tH2 | Belle van Zuylenlaan 1-5 ] | [ 
https://goo.gl/maps/MrqmTv442tH2 | 4105 JX Culemborg ] 

KvK 1104 

> Van: "Akibu Flash" 
> Aan: "General list for user discussion, questions and support"
> 
> Verzonden: Donderdag 3 maart 2022 15:23:23
> Onderwerp: Re: [BackupPC-users] Real Time View of What Is Being Copied

> Just bumping this up… any suggestions for a resolution? Thanks.

> From: Akibu Flash 
> Sent: Monday, February 28, 2022 4:32 PM
> To: BackupPC-users@lists.sourceforge.net
> Subject: [BackupPC-users] Real Time View of What Is Being Copied

> Dear All,

> I backup a couple of Windows machines to a linux machine via rsync. However, 
> the
> backup for one of the Windows machines never finishes and results in a partial
> backup. In the CGI user interface Count column, the backup always seems to 
> hang
> at 311941 for hours and hours. Then at some point, the backup apparently stops
> and afterwards another backup which by that time has queued up starts anew.
> Never do I get a completed backup only a partial (at least for the last year 
> or
> so).

> Is there a way to start a backup from the command line and have the screen 
> show
> what in real time is actually being backed up? If so, what would that command
> be? It may be that the BackupPC is somehow getting stuck on a file but that is
> only speculation.

> Any other ideas as to what my be happening?

> I decompressed the partial backup log file (backup #884) using the command
> BackupPC_zcat XferLOG.884.z. I have reproduced the bottom portion below.

> Any assistance in helping to track down what is happening is appreciated. I do
> see in the log that there is an error message indicating an “error in the 
> rsync
> protocol data stream (code 12) at io.c(226).

> Thanks in advance.

> Best, Akibu

> G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 00) -> 3

> G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), buf, 1394)
> tmpFd = -1

> G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))

> G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

> G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)

> G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)

> G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 00) -> 
> 3

> G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), buf, 
> 7814)
> tmpFd = -1

> G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))

> G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL

> rsync_bpc: connection unexpectedly closed (23961310 bytes received so far)
> [receiver]

> R bpc_sysCall_cleanup: doneInit = 1

> Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0
> sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 24467705 inode

> Parsing done: nFilesTotal = 0

> rsync error: error in rsync protocol data stream (code 12) at io.c(226)
> [receiver=3.1.3.0]

> rsync_bpc: connection unexpectedly closed (24012481 bytes received so far)
> [generator]

> G bpc_sysCall_cleanup: doneInit = 1

> DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 311942
> filesTotal, 569449707538 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp,
> 24467704 inode

> Parsing done: nFilesTotal = 311942

> rsync error: error in rsync protocol data stream (code 12) at io.c(226)
> [generator=3.1.3.0]

> rsync_bpc exited with fatal status 12 (3072) (rsync error: error in rsync
> protocol data stream (code 12) at io.c(226) [generator=3.1.3.0])

> Xfer PIDs are now

> Got fatal error during xfer (rsync error: error in rsync protocol data stream
> (code 12) at io.c(226) [generator=3.1.3.0])

> Backup aborted (rsync error: error in rsync protocol data stream (code 12) at
> io.c(226) [generator=3.1.3.0])

> BackupFailCleanup: nFilesTotal = 311942, type = full, BackupCase = 4, inPlace 
> =
> 0, lastBkupNum = 883

> Removing prior partial backup #883

> Xfer PIDs are now 38440

> BackupPC_backupDelete: removing #883

> BackupPC_backupDelete: Merge into backup 327

> mergeDir: name = attrib, path = .

> bpc_attrib_backwardCompat: WriteOldStyleAttribFile = 0, KeepOldAttribFiles = 0

> mergeDir: skipping name = refCnt, path = ./refCnt

> mergeDir: skipping name = needFsck.newDir, path = ./refCnt/needFsck.newDir

> mergeDir: skipping name = noPoolCntOk, path = ./refCnt/noPoolCntOk

> mergeDir: skipping name = backupInfo, path = ./backupInfo

> removing remaining directory tree /var/lib/backuppc/pc/mark-desktop/883

> 

Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-03 Thread Akibu Flash
Just bumping this up... any suggestions for a resolution?  Thanks.

From: Akibu Flash 
Sent: Monday, February 28, 2022 4:32 PM
To: BackupPC-users@lists.sourceforge.net
Subject: [BackupPC-users] Real Time View of What Is Being Copied

Dear All,

I backup a couple of Windows machines to a linux machine via rsync.  However, 
the backup for one of the Windows machines never finishes and results in a 
partial backup.  In the CGI user interface Count column, the backup always 
seems to hang at 311941 for hours and hours.  Then at some point, the backup 
apparently stops and afterwards another backup which by that time has queued up 
starts anew.  Never do I get a completed backup only a partial (at least for 
the last year or so).

Is there a way to start a backup from the command line and have the screen show 
what in real time is actually being backed up?  If so, what would that command 
be?  It may be that the BackupPC is somehow getting stuck on a file but that is 
only speculation.

Any other ideas as to what my be happening?

I decompressed the partial backup log file (backup #884) using the command 
BackupPC_zcat XferLOG.884.z.  I have reproduced the bottom portion below.

Any assistance in helping to track down what is happening is appreciated.  I do 
see in the log that there is an error message indicating an "error in the rsync 
protocol data stream (code 12) at io.c(226).

Thanks in advance.

Best, Akibu

G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo.gif, 0x0, 00) -> 3
G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif), buf, 1394) 
tmpFd = -1
G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo.gif))
G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
G bpc_lstat(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
G bpc_file_checksum(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png)
G bpc_open(Downloads/Downloads/BackupPC-4.3.2/images/logo320.png, 0x0, 00) -> 3
G bpc_read(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png), buf, 
7814) tmpFd = -1
G bpc_close(3 (Downloads/Downloads/BackupPC-4.3.2/images/logo320.png))
G bpc_fileDescFree: fdNum = 3, tmpFd = -1, tmpFileName = NULL
rsync_bpc: connection unexpectedly closed (23961310 bytes received so far) 
[receiver]
R bpc_sysCall_cleanup: doneInit = 1
Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 
sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 24467705 inode
Parsing done: nFilesTotal = 0
rsync error: error in rsync protocol data stream (code 12) at io.c(226) 
[receiver=3.1.3.0]
rsync_bpc: connection unexpectedly closed (24012481 bytes received so far) 
[generator]
G bpc_sysCall_cleanup: doneInit = 1
DoneGen: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 311942 
filesTotal, 569449707538 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 
24467704 inode
Parsing done: nFilesTotal = 311942
rsync error: error in rsync protocol data stream (code 12) at io.c(226) 
[generator=3.1.3.0]
rsync_bpc exited with fatal status 12 (3072) (rsync error: error in rsync 
protocol data stream (code 12) at io.c(226) [generator=3.1.3.0])
Xfer PIDs are now
Got fatal error during xfer (rsync error: error in rsync protocol data stream 
(code 12) at io.c(226) [generator=3.1.3.0])
Backup aborted (rsync error: error in rsync protocol data stream (code 12) at 
io.c(226) [generator=3.1.3.0])
BackupFailCleanup: nFilesTotal = 311942, type = full, BackupCase = 4, inPlace = 
0, lastBkupNum = 883
Removing prior partial backup #883
Xfer PIDs are now 38440
BackupPC_backupDelete: removing #883
BackupPC_backupDelete: Merge into backup 327
mergeDir: name = attrib, path = .
bpc_attrib_backwardCompat: WriteOldStyleAttribFile = 0, KeepOldAttribFiles = 0
mergeDir: skipping name = refCnt, path = ./refCnt
mergeDir: skipping name = needFsck.newDir, path = ./refCnt/needFsck.newDir
mergeDir: skipping name = noPoolCntOk, path = ./refCnt/noPoolCntOk
mergeDir: skipping name = backupInfo, path = ./backupInfo
removing remaining directory tree /var/lib/backuppc/pc/mark-desktop/883
Xfer PIDs are now 38441,38440
BackupPC_refCountUpdate: host mark-desktop #321: gotFsck = , gotDelta = , 
gotPoolCnt = 1, gotNoPoolCntOk =
BackupPC_refCountUpdate: host mark-desktop #327: gotFsck = 1, gotDelta = , 
gotPoolCnt = 1, gotNoPoolCntOk =
BackupPC_refCountUpdate: host mark-desktop #884: gotFsck = 1, gotDelta = , 
gotPoolCnt = 1, gotNoPoolCntOk =
BackupPC_refCountUpdate: processing host mark-desktop #327 (fsck = 1)
BackupPC_refCountUpdate: processing host mark-desktop #327 deltaFile 
/var/lib/backuppc/pc/mark-desktop/327/refCnt/poolCntDelta_1_0_0_38441 with 
1048577 entries
BackupPC_refCountUpdate: processing host mark-desktop #327 deltaFile 
/var/lib/backuppc/pc/mark-desktop/327/refCnt/poolCntDelta_1_0_1_38441 with 
638055 entries
BackupPC_refCountUpdate: processing host mark-desktop #884 (fsck = 1)
BackupPC_refCountUpdate: processing host mark-desktop #884 deltaFile