BackupPC-users

Re: [BackupPC-users] Error Backing up Servers

2012-08-21 12:17:35
Subject: Re: [BackupPC-users] Error Backing up Servers
From: Timothy J Massey <tmassey AT obscorp DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 21 Aug 2012 12:13:00 -0400
Ray Frush <ray.frush AT avagotech DOT com> wrote on 08/21/2012 11:30:22 AM:

> 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'
>   ]
> };

Another way of doing this is to add "--one-file-system" to the rsync parameters.  You just need to make sure that you then back up all of the filesystems you *do* want, then!  :)

Tim Massey

 
Out of the Box Solutions, Inc.
Creative IT Solutions Made Simple!

http://www.OutOfTheBoxSolutions.com
tmassey AT obscorp DOT com
      22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796

------------------------------------------------------------------------------
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/