BackupPC-users

Re: [BackupPC-users] The parameter BackupFilesExclude is not recognized

2008-07-23 04:34:57
Subject: Re: [BackupPC-users] The parameter BackupFilesExclude is not recognized
From: Frédéric Massot <frederic AT juliana-multimedia DOT com>
To: "backuppc-users AT lists.sourceforge DOT net" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 23 Jul 2008 10:34:41 +0200
Craig Barratt a écrit :
> Frederic writes:
> 
>> The parameter exclude is not in the command line of rsync.
> 
> The include/exclude information is sent over the socket connection
> to the remote rsync, not in via the command line.

Oh! This explains why I did nothing in the file auth.log.

After all these tests, the (for me) good configuration is:

$Conf{ClientCharset} = 'iso-8859-15';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l backuppc 
host1.juliana-multimedia.com sudo $rsyncPath $argList+';
$Conf{XferMethod} = 'rsync';
$Conf{RsyncShareName} = [
   '/usr/local'
];
$Conf{BackupFilesExclude} = {
   '*' => [
     '/bin'
   ]
};


> If you increase debug XferDebugLevel you will see the exact
> exclude/include data.
        
I did not find the parameter XferDebugLevel, in the configuration there 
is a parameter XferLogLevel.

My other problem is that I do not looked in the good log file. I watched 
with SSH in the log file 
/var/lib/backuppc/pc/host1.juliana-multimedia.com/LOG.072008

The parameter XferLogLevel not change this log file.

It was watching with the web interface in the JournalXfer log file.

Regards.
-- 
==============================================
|              FRÉDÉRIC MASSOT               |
|     http://www.juliana-multimedia.com      |
|   mailto:frederic AT juliana-multimedia DOT com   |
===========================Debian=GNU/Linux===

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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/