Okay I finally figured out what the issue was. Apparently, it was an rsync over ssh issue where backuppc wasn't providing the correct ssh commands so the connection was terminated immediately. What I had to do was edit the per host config and enable the "RsyncSshArgs override" and add the SSH port that my server uses to connect "$sshPath -p 6188 -q -x -l root" After making this change it is now backing up the way it should and no more errors. Sorry to both but sometimes it helps to think out load.
-Ed -----Original Message----- From: Ed Burgstaler <e...@wilson.ca> Sent: Tuesday, November 27, 2018 12:42 PM To: 'General list for user discussion, questions and support' <backuppc-users@lists.sourceforge.net> Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable) Does it matter what rsync version is running on the client side? I'm running rsync version 3.1.1 protocol version 31 on my Linux client. I can SSH to it as backuppc user no problems just seems to be the rsync that is the problem since upgrading to rsync-bpc-3.0.9.13. -----Original Message----- From: Ari Sovijärvi <listat2...@apz.fi> Sent: Tuesday, November 27, 2018 10:47 AM To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] (xfer start failed: $Conf{RsyncBackupPCPath} is set to , which isn't a valid executable) > Okay I did locate the path just as you indicated and added it to the > config but now it gives me a different error: > Got fatal error during xfer (rsync error: unexplained error (code 255) > at > io.c(629) [Receiver=3.0.9.13]) > Not sure what that means. See the other end's logs for clues for bad authentication, wrong share name or something similar. _______________________________________________ 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/ _______________________________________________ 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/ _______________________________________________ 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/