On Friday 11 August 2006 14:14, Benoit BELY wrote:

> 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.plfile (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'];

The docs explicitly say that "For Smb, only one of 
$Conf{BackupFilesExclude} and $Conf{BackupFilesOnly}
can be specified per share. If both are set for a particular share, then
$Conf{BackupFilesOnly} takes precedence and $Conf{BackupFilesExclude}
is ignored".

Are you sure it works the way you want, eg _NOT_ backing up /tmp for 
the "donnee" and "clients" shares?

-------------------------------------------------------------------------
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