BackupPC-users

[BackupPC-users] Backuppc on the same (server) system?

2008-12-15 17:48:39
Subject: [BackupPC-users] Backuppc on the same (server) system?
From: Glassfox <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 15 Dec 2008 17:47:17 -0500

Nils Breunese (Lemonbit) wrote:
> 
> What kind of OS are you talking about? For a *nix machine you could  
> just backup /. If you want to backup everything, you don't need any  
> excludes. However, you probably don't want to backup everything, as  
> backing up /proc and /sys really doesn't make sense. The comments in  
> the default BackupPC config.pl also say:
> 
> ----
> For linux or unix machines you should add "/proc" to  
> $Conf{BackupFilesExclude} unless you have specified --one-file-system  
> in $Conf{TarClientCmd} or --one-file-system in $Conf{RsyncArgs}.
> ----
> 
> Nils Breunese.
> 


I tried several times to backup my server host, but backuppc seemed to ignore 
the exclude files settings. I want to exclude this folders from backup with 
their all subfolders: /proc, /sys, /media and /var/lib/backuppc. This is my 
current config file content: 

$Conf{BackupFilesExclude} = {
  '/media/*' => [
    '',
    ''
  ],
  '/sys/*' => [
    ''
  ],
  '/var/lib/backuppc/*' => [
    ''
  ],
  '/proc/*' => [
    ''
  ]
};

I'm using Ubuntu and rsync.
Is there any error?

Thanks, for help.

+----------------------------------------------------------------------
|This was sent by wilds81 AT yahoo DOT de via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
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/