On Mon, Jul 22, 2024 at 9:54 AM Johnny PINSON <johnny.pin...@polytechnique.edu> wrote: > > Hi, > > yes, the two servers used to be backup up by a backuppc server but, due > to raid's controller issue, it can no longer. > > I tried the keepalive trick : > > - edited .ssh/config for user making backups > * inserted this line > > Host buggy_server_one > ServerAliveInterval 300 > ServerAliveCountMax 2 > > But it did not fix the issue. > > Is that the good way to increase ssh keepalive? > > Thanks for your help, >
I no longer have a working system to test, but I think adding -o ServerAliveInterval=60 after $sshPath in $Conf{RsyncClientCmd} should work. Is there some sort of error listed in your Xferlog for the failed backups? Another somewhat remote possibility is that you have some sort of file corruption on the clients causing the remote rsync to hang up. -- 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/