BackupPC-users

[BackupPC-users] Excluding Directories

2010-05-06 10:53:18
Subject: [BackupPC-users] Excluding Directories
From: "John BORIS" <jboris AT adphila DOT org>
To: <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 06 May 2010 10:51:21 -0400
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>