I've recently started having problems with full backup on one host.

I changed the exclusions list thinking this could be the issue, it still
finishing up "partial" status.

Is this the correct method to exclude?

$Conf{BackupFilesExclude} = {
  '/' => [
    '/home/theplans/log/*',
    '/home/run/positions/trace/*',
    '/home/hun/res/received/*',
  ]
};

previously had this:

$Conf{BackupFilesExclude} = {
  '*' => [
    '/home/theplans/log/',
    '/home/run/positions/trace/',
    '/home/hun/res/received/',
  ]
};
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
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