BackupPC-users

Re: [BackupPC-users] Error Backing up Servers

2012-08-21 11:32:55
Subject: Re: [BackupPC-users] Error Backing up Servers
From: Ray Frush <ray.frush AT avagotech DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 21 Aug 2012 09:30:22 -0600
You need to exclude /proc from your backups.  It's a virtual file system maintained by the kernel, and does not need to be backed up.


Here's the excludes we use for Linux hosts:

$Conf{BackupFilesExclude} = {
  '*' => [
    '/dev',
    '/proc',
    '/tmp_mnt',
    '/var/tmp',
    '/tmp',
    '/net',
    '/var/lib/nfs',
    '/sys'
  ]
};




On Tue, Aug 21, 2012 at 9:19 AM, gshergill <backuppc-forum AT backupcentral DOT com> wrote:
Hi Oliver,

 Just a random question, but do you back up linux machines?

It keeps failing for me at the point where it tries the file;

/proc/kcore

At this point it see's it's in use and aborts the backup... any way around that which you know?

Thanks again.

Kind Regards,

gshergill

+----------------------------------------------------------------------
|This was sent by gashergill AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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/



--
Ray Frush               "Either you are part of the solution
T:970.288.6223               or part of the precipitate."
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
 Avago Technologies, Inc. | Technical Computing | IT Engineer
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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/