In checking my logs on my new installation I see that /proc is being
backed up while I have it in the Exclude portion of the config. I had it
in that section as /proc and as ./proc and both of these continue to be
backed up each night causing me a ton of error messages. 

$Conf{BackupFilesExclude} = {
  './proc' => [
    ''
  ]
};
$Conf{XferMethod} = 'tar';

Is this correct or is this

$Conf{BackupFilesExclude} = {
  '/proc' => [
    ''
  ]
};
$Conf{XferMethod} = 'tar';


The TarShareName is set to / and the directory in question is /proc

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
"Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!"

------------------------------------------------------------------------------
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to