$Conf{BackupFilesExclude} = {'D$' => ["/System Volume Information",'/Recycle'] };
2006/8/11, daniel berteaud <[EMAIL PROTECTED]>:
On Fri, 11 Aug 2006 12:24:54 +0200
Etaoin Shrdlu <[EMAIL PROTECTED]> wrote:
> On Friday 11 August 2006 10:47, Tony Molloy wrote:
>
> > Try something like the following.
> >
> > $Conf{SmbShareName} = 'D$';
> >
> > $Conf{BackupFilesExclude} = {
> > 'D$' => ['\System Volume Information']
> > };
>
> Thanks for the tip, I just tried it and nothing changed (same
> messages and errors).
>
I think it should be this instead
$Conf{BackupFilesExclude} = {
'D$' => ['/System\ Volume\ Information']
};
--
Daniel Berteaud
FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Technopôle Montesquieu
33650 MARTILLAC
Tel : 05 56 64 15 32
Fax : 05 56 64 82 05
Mail: [EMAIL PROTECTED]
Web : http://www.firewall-services.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/
--
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/