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