[BackupPC-users] Paralelizating the backup

2021-01-13 Thread Jan Stransky
Hi, I was wondering, if there is a way to parallelize backup of a client. It often feels that the speed of the backup is limited by cpu (even thought it is no slouch) and/or rsync overhead. There is actually even rsync_par tool to help with that... Is there a way of doing so in BPC? I have

Re: [BackupPC-users] Checking rsync progress/speed/status

2021-01-13 Thread Jan Stransky
I like this one :-) On 1/13/21 8:15 AM, Johan Ehnberg wrote: On 13.1.2021 0.58, Adam Goryachev via BackupPC-users wrote: On 13/1/21 09:21, Les Mikesell wrote: On Tue, Jan 12, 2021 at 4:15 PM Greg Harris wrote: Yeah, that “if you can interpret it” part gets really hard when it looks like:

Re: [BackupPC-users] Checking rsync progress/speed/status

2021-01-13 Thread Greg Harris
The ls rendition is super useful, and keeps extra packages off the machine. Thanks for that one. Thanks, Greg Harris On Jan 12, 2021, at 5:58 PM, Adam Goryachev via BackupPC-users mailto:backuppc-users@lists.sourceforge.net>> wrote: On 13/1/21 09:21, Les Mikesell wrote: On Tue, Jan 12,

Re: [BackupPC-users] Change in format of /usr/bin/rsync --server --sender command

2021-01-13 Thread Craig Barratt via BackupPC-users
This is rsync related, not specific to rsync-bpc.c. From options.c in 3.1.2 and 3.1.3: /* We make use of the -e option to let the server know about * any pre-release protocol version && some behavior flags. */ eFlags[x++] = 'e'; #if