Have you tried backuped just one directory eg '/Test' without excludeDir??
It Work??
Because I received same error message, an now it work with this config.pl file (on bakcuppc 2.1.2 + pl2).


$Conf{BackupFilesOnly} = {
      'donnee' => ['/'],      # these are for 'donnee' share
      'clients' => ['/'],      # these are for 'clients' share
      'd$' => ["/Sauvegarde_backup_pc"]      # these are for 'd' share
   };
$Conf{BackupFilesExclude} = {
      'donnee' => ['/tmp'],      # these are for 'donnee' share
      'clients' => ['/tmp']      # these are for 'clients' share
};


$Conf{XferMethod} = 'smb';
$Conf{XferLogLevel} = 1;
$Conf{SmbShareName} = ['d$','clients','donnee'];
$Conf{SmbShareUserName} = 'my_name';
# $Conf{SmbSharePasswd} = 'my_pwd'; ## ne fonctionne pas.???? DON'T WORK???
$Conf{ArchiveComp} = 'bzip2';

#EN CAS DE BESOIN DE MOT DE PASSE DECOMMENTER LES LIGNE SUIVANTE
#IF PASSWORD IS NEED ADD SOME LINE
$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName'
            . ' my_pwd' # mettre ici le password PUT PASSWORD HERE
            . ' $I_option -U $userName -E -N -d 1'
            . ' -c tarmode\\ full -Tc$X_option - $fileList';
$Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName'
            . ' my_pwd' # mettre ici le password PUT PASSWORD HERE
            . ' $I_option -U $userName -E -N -d 1'
            . ' -c tarmode\\ full -TcN$X_option $timeStampFile - $fileList'
;
$Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName'
            . ' my_pwd' # mettre ici le password PUT PASSWORD HERE
            . ' $I_option -U $userName -E -N -d 1'
            . ' -c tarmode\\ full -Tx -';




--
Benoit BELY
Développeur
Web et Solutions (http://www.webetsolutions.com)
-------------------------------------------------------------------------
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