Ray Frush <ray.fr...@avagotech.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
tmas...@obscorp.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@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