BackupPC-users

[BackupPC-users] include directive in config.pl

2009-06-11 12:08:30
Subject: [BackupPC-users] include directive in config.pl
From: Matthias Meyer <matthias.meyer AT gmx DOT li>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 11 Jun 2009 18:00:22 +0200
Hi,

Unfortunately I am not a perl programmer.
Therefore my, maybee stupid, question ;-)

Is it possible to include a specification within the
$Conf{BackupFilesExclude}?

Something like:
$Conf{BackupFilesExclude} = {
  'WINDOWS' => [
    '/Downloaded Program Files',
    '/Offline Web Pages',
    '/Temp',
    '/proc',
    '/System32/LogFiles/WMI/RtBackup'
  ],
  '*' => [
    'pagefile.sys',
    'hiberfil.sys',
    '/System Volume Information',
    '/RECYCLER',
    '/$Recycle.Bin',
    '/$RECYCLE.BIN',
    '/MSOCache',
    '/proc',
    '/Windows',
#include VistaJunctions_english
#include VistaJunctions_german
  ]
};
  
-- 
Don't Panic


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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>