BackupPC-users

[BackupPC-users] Problem with Full Backups and Exclussions

2015-01-05 09:33:52
Subject: [BackupPC-users] Problem with Full Backups and Exclussions
From: Francisco Suarez <francisco AT wihphotels DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 5 Jan 2015 09:04:20 -0500
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 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>