I thought maybe excluding that particular file would help, but exclusions aren't
working well for me.  I tried to exclude like this:
$Conf{BackupFilesExclude} = 
  ['Documents and Settings/Administrator/Local Settings/Temporary Internet Files/*'];
And it backed up all 20,000 files in that directory anyway.

  
Hey, i'm not sure about the tar file and 1gb size...but the excludes should work without problem.

Remember though that exclusions are based on directory paths from your client share name.

i.e. if your client smb share is the c drive then full paths of the excludes should be....

$Conf{BackupFilesExclude} = ['/Documents and Settings/*/Local Settings/Temporary Internet Files/*'];

if you share at a different level then your exclude paths should change accordingly, relative to the share.

The above should be all on one line, i assume its just the mail client that wrapped it to the second line.

However if you do split the
lines then try the syntax like so....

$Conf{BackupFilesExclude} = {
       ['/Documents and Settings/*/Local Settings/Temporary Internet Files/*'],      # these are for 'c' share
    };

Hope that helps.

Regards,

Les

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