On Tue, Jun 5, 2012 at 6:50 PM, Bowie Bailey <bowie_bai...@buc.com> wrote: > On 6/5/2012 5:41 AM, Aaron Cossey wrote: >> Hello, >> >> OS: Debian 6 >> Backuppc: version 3.1.0 >> >> I have a host configured with XferMethod = rsync . The backup works >> but I noticed that the BackupFilesExclude which I have configured are >> not being used. > > The syntax of BackupFilesExclude is frequently confusing to new users. > Show us what yours actually looks like and we'll fix it for you if needed. > > -- > Bowie >
Thank you Bowie. This is the specific config for the host: $Conf{BackupFilesExclude} = { '/' => [ 'www/vhosts/2Burn', 'www/vhosts/preview* ', 'www/vhosts/www*', 'www/vhosts/adrdb*', 'www/vhosts/db_dumps_for_backup' ], }; $Conf{BackupFilesOnly} = { '/' => [ '/srv' ] }; $Conf{ClientNameAlias} = 'dev4'; $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+'; $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+'; $Conf{RsyncShareName} = [ '/srv' ]; -Basically I want to get everything under /srv except /srv/www/vhosts/2Burn /srv/www/vhosts/preview* /srv/www/vhosts/www* /srv/www/vhosts/adrdb* /srv/www/vhosts/db_dumps_for_backup --Aaron ------------------------------------------------------------------------------ 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/