Hi there, On Wed, 5 Aug 2026, Christian V?lker wrote:
I am backing up a Mac computer through ssh/rsync (installed via Homebrew). Works fine most of the times.
Disclaimer: I have a Mac in storage somewhere but it's getting on for two decades since I last switched it on so I'm pretty unfamiliar with the species. I do know that the rsync on most Macs is, well, shall we say somewhat dated? I don't know if that has a bearing on the issue.
... sometimes the backup does not finish at all. ... ... I can see the processes still runinng: #pstree -a [...] ... Doing a tcpdump on my Mac shows there is no traffic ... ... So I am wondering why there is no timeout happening. ... ... I can manually stop the currently running backup and start it again manually- which will run fine.
As you're sure it's not a memory issue then my first guess is that an rsync process is 'defunct'. I see this a lot when I'm developing rsync-bpc. Does you have the 'top' utility and do you ever see it flagging a process as defunct? If I'm right then I think it's likely that you're triggering an error which is not being handled properly by rsync-bpc, or possibly by BackupPC-XS. In the past week or two I've pushed fixes for a couple of issues which can cause this sort of thing. Can you let me know the exact versions of everything you're using (BackupPC, BackupPC-XS, and rsync-bpc)? -- 73, Ged. _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/
