Hi Dave,

does each client individually take so long, or is it just one? (Or perhaps one 
client is taking almost all resources, so the other one is slow.)

If both clients suddenly have problems, an issue with the BackupPC server is 
likely.

Otherwise, I've seen similar issues when suddenly some service on the client 
decided to include a virtual memory map file somewhere in /var/run. Which 
pretends to be of **huge** size, like 2 TB or something. And I didn't use the 
-x, --one-file-system flag for rsync.
The file mostly consists of (implicitly represented) zeros and compresses 
really nicely, so BackupPC doesn't choke on it, technically; but the processing 
takes forever, and eventually it always hit some timeout.

So I recommend a `sudo find /share -size +1G` to find potential huge files that 
you don't expect to be in the backups.

Or try `sudo ls -l /proc/$(pgrep rsync)/fd` on the clients during backup and 
try to see whether rsync still progresses, and if not, on which file it idles. 
Same for tar, obviously.


Cheers,
Alex


On 3/10/21 3:04 PM, David Williams wrote:
> I have recently upgraded to Ubuntu 20.04 and since then I have noticed that 
> my full backups are taking much longer than they used to do.  I’m only using 
> backuppc to bakup two machines at home.  The Ubuntu machine and a Mac laptop. 
>  I don’t recall exactly how long the full backups were taking previously, but 
> now they are taking close to 21 hours.  The content on both machines hasn’t 
> changed much at all since the upgrade so I was surprised by the increase in 
> time.
> 
> A full backup on the Linux machine is around 892MB.  This is the local 
> machine that Backuppc is installed on.  The drive that the backups are stored 
> on is an SSD as are most, if not all (sorry can’t remember) of the drives in 
> the Linux box.  Backup method is tar.
> 
> A full backup on the Mac laptop is around 700MB.  It’s connected to the same 
> router as the Linux machine via ethernet.  Backup method is rsync.
> 
> I’m not sure how to troubleshoot this increase in timing so any help would be 
> much appreciated.
> 
> Regards,
> _____________________________________________
> *Dave Williams*
> 
> 
> 
> 
> _______________________________________________
> 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/
> 

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to