Ok, I assume this is a dumb user problem. ... I am testing getting
backuppc to work with this Linux client, but I cannot get it to work for
me.

I do have Dirvish working with the same client.

My log says:

________________________________________________________________________
2007-09-17 14:51:09 vcch164 is dhcp 192.168.98.164, user is vcch164

2007-09-17 14:51:09 full backup started for directory /
2007-09-17 14:51:13 Got fatal error during xfer (fileListReceive failed)
2007-09-17 14:51:18 Backup aborted (fileListReceive failed)

________________________________________________________________________

client config:

________________________________________________________________________
Contents of file /etc/backuppc/vcch164.pl, modified 2007-08-23 12:55:59 



$Conf{XferMethod} = 'rsync';
$Conf{RsyncClientPath} = '/usr/local/bin/rsync-new';
#Conf{RsyncClientCmd} = '$sshPath -q -x -l vcchtech $host $rsyncPath $argList+';
$Conf{RsyncClientCmd} = '$sshPath    -x [EMAIL PROTECTED] $rsyncPath $argList+';
#$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l vcchtech $host $rsyncPath 
$argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l [EMAIL PROTECTED] $rsyncPath 
$argList+';

$Conf{TarShareName} = ['/'];

#Conf{TarClientCmd} = '/usr/bin/sudo /usr/local/bin/tarCreate -v -f - -C 
$shareName --totals';
$Conf{TarClientCmd} = '/usr/local/bin/tarCreate -v -f - -C $shareName --totals';

$Conf{BackupFilesExclude} = ['/proc', '/dev', '/cdrom', '/media', '/floppy', 
'/mnt', '/var/lib/backuppc', '/backup', '/lost+found', '/tmp', '/temp'];
________________________________________________________________________


And the rsync-new is a script in /usr/local/bin:

________________________________________________________________________
#!/bin/sh
sudo /usr/bin/rsync $*

________________________________________________________________________
And the user vcchtech has permission to issue sudo /usr/bin/rsync
without being prompted for a password.


I really don't want to clutter up the list, but I will gladly send any config 
information that is needed for debugging.

I have been beating my head on this for quite a while, so your assistance is 
appreciated. ... Jack
-------------------------------------------------------------------------
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/

Reply via email to