So, my working config file:
$Conf{BackupFilesOnly}
<http://192.168.0.58/cgi-bin/BackupPC_Admin?action=view&type=docs#item_%24conf%7bbackupfilesonly%7d>
= ['/bin', '/boot', '/etc', '/initrd', '/lib', '/lib64', '/opt', '/root', '/sbin',
'/sys', '/usr'];
But when I add directory /home or /var /mnt/ /dev ..etc. does't work and have
an error.
Because I can't add those directory ???
Adam Gawda wrote:
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
[email protected]
<mailto:[email protected]>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/