BackupPC-users

Re: [BackupPC-users] Backup Taking Forever

2009-06-17 14:06:27
Subject: Re: [BackupPC-users] Backup Taking Forever
From: "David Williams" <dwilliams AT dtw-consulting DOT com>
To: "'General list for user discussion, questions and support'" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 17 Jun 2009 13:58:12 -0400
Adam,

That did the trick :)

Thanks.

____________________________________________________
David Williams


-----Original Message-----
From: David Williams [mailto:dwilliams AT dtw-consulting DOT com] 
Sent: Wednesday, June 17, 2009 1:19 PM
To: 'General list for user discussion, questions and support'
Subject: RE: [BackupPC-users] Backup Taking Forever

Thanks,

Giving this a try now.

____________________________________________________
David Williams


-----Original Message-----
From: Adam Goryachev [mailto:mailinglists AT websitemanagers.com DOT au] 
Sent: Wednesday, June 17, 2009 12:23 PM
To: dwilliams AT dtw-consulting DOT com; General list for user discussion, 
questions and support
Subject: Re: [BackupPC-users] Backup Taking Forever

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Williams wrote:
> I have cut and pasted what I believe are the appropriate sections:
> 
> My overall (global) config file is in /etc/backuppc/config.pl
> Each clients config file is in /var/lib/backuppc/pc/clinet.pl
> 
> The is from my client config file.
> 
> $Conf{TarShareName} = [
>   '/var',
>   '/home',
>   '/root',
>   '/etc',
>   '/email',
>   '/shares',
>   '/work',
>   '/music/sonos',
>   '/music/archive',
>   '/music/temp',
>   '/photos'
> ];
> 
> $Conf{BackupFilesExclude} = {
>   '*' => [
>     '/var/lib/backuppc'
>   ]
> };

So now I might be able to help....

Change the last part to:
$Conf{BackupFilesExclude} = {
  '/var' => [
    '/lib/backuppc'
  ]
};

or

$Conf{BackupFilesExclude} = {
  'var' => [
    '/lib/backuppc'
  ]
};

I'm not sure if the literal share name is needed or not. Of course, you
could use * and just fixup the directory to exclude, but that would also
exclude a directory called /home/lib/backuppc which in this instance
probably wouldn't matter (wouldn't happen) but with another example may
make a big difference....

Hope that helps.

Regards,
Adam
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAko5GFIACgkQGyoxogrTyiVnUwCgy9itGlYzsGuR//9TpexnqOFC
7IgAoJP03kyZsFGmOWIC0BGU7h5UZQ7u
=gH33
-----END PGP SIGNATURE-----


No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.339 / Virus Database: 270.12.75/2182 - Release Date: 06/16/09 
21:23:00


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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/