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:[EMAIL PROTECTED] | ===========================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@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/