Bob,

Here's where I'm still struggling a bit but I can give you this hint...

Those options are sparated into two parts. The share to match (where you
have already put the directory) and the files/directories to be excluded
(the add button on the right hand side which you have blank).

Also, most people on the list are used to see the raw config instead of
screen shots so for instance this is on the global config (/etc/BackupPC),
not per host config (/etc/BackupPC/pc/<host>.pl) but my excludes are:

$Conf{BackupFilesExclude} = {
  '*' => [
    '/home/*/.cache'
  ]
};

Where "*" is the share to match, so for me that's all shares, and
"/home/*/.cache" is the patter to match for excludes.

HTH,

Richard
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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