the same:

error:
2006-05-15 10:33:42 full backup started for directory /
2006-05-15 10:33:44 Got fatal error during xfer (fileListReceive failed)

config:
$Conf{XferMethod} = 'rsync';
$Conf{XferLogLevel} = 3;
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath 
$argList+';
$Conf{BackupFilesOnly} = [ '/home' ];





nilesh vaghela wrote:

Please check the sytex

$Conf{BackupFilesOnly} = [ '/home/test' ];
>>>>>>$Conf{BackupFilesOnly} = [ '/home' ];

do not put "/" after directory name.

-N

On 5/12/06, *Adam Gawda* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:


    > Hi,
    > My client config file:
    > $Conf{XferMethod} = 'rsync';
    > $Conf{XferLogLevel} = 3;
    > $Conf{RsyncClientPath} = '/usr/bin/rsync';
    > $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath
    > $argList+';
    > $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host
    > $rsyncPath $argList+';
    > $Conf{BackupFilesOnly} = [ '/home/test' ];
    >
    > When I want do backup of test as a file it's working, when it's a
    > directory doesn't work
    > I receive error:
    >
    > 2006-05-12 11:03:01 full backup started for directory /
    > 2006-05-12 11:03:03 Got fatal error during xfer (fileListReceive
    failed)
    >
    > Could you help me with it...
    >
    >
    > Greetings
    > Adam
    >



    -------------------------------------------------------
    Using Tomcat but need to do more? Need to support web services,
    security?
    Get stuff done quickly with pre-integrated technology to make your
    job easier
    Download IBM WebSphere Application Server v.1.0.1 based on Apache
    Geronimo
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
    _______________________________________________
    BackupPC-users mailing list
    BackupPC-users@lists.sourceforge.net
    <mailto:BackupPC-users@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/backuppc-users
    http://backuppc.sourceforge.net/




--
Nilesh Vaghela




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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