On Mon, Aug 24, 2009 at 09:47:30PM +0200, chin wrote: > Adam Goryachev wrote: > > (...) > > > Is it possible for you to send the debug log of the two backup > > methods... mainly so we can see the rsync commands sent across to the > > Of course I could do. I have already set > > $Conf{XferLogLevel} = '3'; > > For my machine's .pl configuration file under /etc/BackupPC. > > > other side in each case? Basically, I'd like to see why one is much > > slower than the other... > > And now, I know why it is slower :-( It simply transfers *all* my files > of the share. It seems to ignore my settings completely: > > $Conf{RsyncShareName} = [ > 'cle' > ]; > $Conf{BackupFilesOnly} = { > 'xotclIDE' => [ > '/stow-1.3.3' > ] > };
If I remember correctly, this should be $Conf{BackupFilesOnly} = { 'cle' => [ '/stow-1.3.3' ] }; And the second one should be: $Conf{BackupFilesExclude} = [ 'cle' => [ '*.flv' ] }; Have a look at the default configuration file, it's explained there very verbosely. HTH, Tino. -- "What we nourish flourishes." - "Was wir nähren erblüht." www.lichtkreis-chemnitz.de www.craniosacralzentrum.de ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/