Robert writes: > I removed the -v option from config.pl, restarted backuppc, this is the > log: > > Running: /usr/bin/ssh -q -l root robert-laptop /usr/bin/rsync --server > --sender --numeric-ids --perms --owner --group -D --links --times > --block-size=2048 --recursive -D --ignore-times . /home/ > Xfer PIDs are now 5985 > Got remote protocol 1651076184 > Fatal error (bad version): Xlib: connection to ":0.0" refused by server
Ssh is saying "Xlib: connection to ":0.0" refused by server". Add the -x option to rsync (to disable X11 port forwarding). Note that the user's and global ssh_config override the command-line options, so if you get the same error you should disable X11 port forwarding there too. Craig ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/