[BackupPC-users] exclude not working

2014-08-19 Thread Mark Maciolek
hi, on Ubuntu 12.04, BackupPC 3.3.0 $Conf{RsyncShareName} = [ '/data', '/raid' ]; $Conf{ClientTimeout} = 72; $Conf{BackupFilesExclude} = { '*' = [ '/mnt', '/net', '/tmp', '/proc', '/sys', '/dev', '/run', '/*/data/WBM_spool',

Re: [BackupPC-users] exclude not working

2014-08-19 Thread Michael Stowe
hi, on Ubuntu 12.04, BackupPC 3.3.0 $Conf{RsyncShareName} = [ '/data', '/raid' ]; $Conf{ClientTimeout} = 72; $Conf{BackupFilesExclude} = { '*' = [ '/mnt', '/net', '/tmp', '/proc', '/sys', '/dev', '/run', '/*/data/WBM_spool',

Re: [BackupPC-users] exclude not working

2014-08-19 Thread Mark Maciolek
On 8/19/2014 12:39 PM, Michael Stowe wrote: hi, on Ubuntu 12.04, BackupPC 3.3.0 $Conf{RsyncShareName} = [ '/data', '/raid' ]; $Conf{ClientTimeout} = 72; $Conf{BackupFilesExclude} = { '*' = [ '/mnt', '/net', '/tmp', '/proc', '/sys',

Re: [BackupPC-users] exclude not working

2014-08-19 Thread Michael Stowe
Those were all of my includes just /raid and /data. I will update the configuration to your suggestion $Conf{BackupFilesExclude} = { '/raid' = [ '/data/WBM_Spool', ] }; I should be able to check the log file before the work day is out and make sure it is working.

[BackupPC-users] exclude not working

2010-05-12 Thread Mark Maciolek
Hi, Backuppc 3.1 using rsync $Conf{RsyncShareName} = [ '/raid1' $Conf{BackupFilesExclude} = { '*' = [ '/raid1/*/tilecache', '/raid1/temp', '/raid1/osmplanet' ] NewFileList still shows 2a85606be4fcc25d294720dfb67d183b 3657

Re: [BackupPC-users] exclude not working

2010-05-12 Thread Steve Blackwell
On Wed, 12 May 2010 10:01:15 -0400 Mark Maciolek m...@sr.unh.edu wrote: Hi, Backuppc 3.1 using rsync $Conf{RsyncShareName} = [ '/raid1' $Conf{BackupFilesExclude} = { '*' = [ '/raid1/*/tilecache', '/raid1/temp', '/raid1/osmplanet' ] NewFileList still

Re: [BackupPC-users] exclude not working

2010-05-12 Thread Bowie Bailey
Steve Blackwell wrote: Also, though I'm not 100% sure about this, $Conf{BackupFilesExclude} = { '*' = [ ... should be $Conf{BackupFilesExclude} = { '/raid1' = [ ... Both of these are correct. The first will apply the exclusion to all of your shares, while the second will

Re: [BackupPC-users] Exclude not working as expected

2010-02-10 Thread Bowie Bailey
Mark Wass wrote: Hi Bowie Thanks for clearing that up. So does that mean I should also amend these other excludes by putting a forward slash in front? 'etc/fstab', == '/etc/fstab', 'var/cache/apt/archives/*', == '/var/cache/apt/archives/*', Yes, anything that should only match at the

Re: [BackupPC-users] Exclude not working as expected

2010-02-09 Thread Bowie Bailey
Mark Wass wrote: Hi Guys I have a config file that looks likes this: $Conf{BackupFilesExclude} = { '/' = [ 'dev', 'proc', 'sys', 'tmp', 'var/lib/mysql', 'etc/fstab', 'var/log/mysql/mysql-bin.*', 'var/log/apache2/*', 'shares', 'var/lib/cvs', 'var/lib/cvs-old',

Re: [BackupPC-users] Exclude not working as expected

2010-02-09 Thread Mark Wass
[mailto:bowie_bai...@buc.com] Sent: Wednesday, 10 February 2010 12:40 AM To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Exclude not working as expected Mark Wass wrote: Hi Guys I have a config file that looks likes this: $Conf{BackupFilesExclude} = { '/' = [ 'dev', 'proc

Re: [BackupPC-users] Exclude not working as expected

2010-02-09 Thread Kameleon
, 10 February 2010 12:40 AM To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Exclude not working as expected Mark Wass wrote: Hi Guys I have a config file that looks likes this: $Conf{BackupFilesExclude} = { '/' = [ 'dev', 'proc', 'sys', 'tmp

[BackupPC-users] Exclude not working as expected

2010-02-08 Thread Mark Wass
Hi Guys I have a config file that looks likes this: $Conf{BackupFilesExclude} = { '/' = [ 'dev', 'proc', 'sys', 'tmp', 'var/lib/mysql', 'etc/fstab', 'var/log/mysql/mysql-bin.*', 'var/log/apache2/*', 'shares', 'var/lib/cvs',

[BackupPC-users] Exclude not working

2007-01-24 Thread James Kyle
I figure I'm doing something wrong here, but I wish to backup /usr/ local, but not /usr/local/var/backups _TOPDIR_/pc/localhost/config.pl: $Conf{RsyncShareName} = ['/usr/local']; $Conf{BackupFilesExclude} = ['/usr/local/var/backups']; $Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath

Re: [BackupPC-users] Exclude not working

2007-01-24 Thread Jason Hughes
All of my excludes look like this: $Conf{BackupFilesExclude} = ['/proc', '/var/named/chroot/proc', '/mnt', '/sys', '/media']; $Conf{XferMethod} = 'rsyncd'; $Conf{RsyncShareName} = 'wholedrive'; They seem to work fine. I'm using 3.0.0beta3. Is your rsync share name correct? Shouldn't your

Re: [BackupPC-users] Exclude not working

2007-01-24 Thread Holger Parplies
Hi, Jason Hughes wrote on 24.01.2007 at 15:45:16 [Re: [BackupPC-users] Exclude not working]: James Kyle wrote: I figure I'm doing something wrong here, but I wish to backup /usr/local, but not /usr/local/var/backups _TOPDIR_/pc/localhost/config.pl: $Conf{RsyncShareName} = ['/usr/local