Re: [BackupPC-users] Conf{BackupFilesExclude} question

2012-02-29 Thread Bowie Bailey
On 2/29/2012 12:39 PM, Les Mikesell wrote: > On Wed, Feb 29, 2012 at 8:53 AM, upen wrote: >> Hello, >> >> I have a backuppc doing ssh/tar type of backup for a system. This >> backup does /export/home directory on the remote backuppc client. I >> would like to avoid some directories(recursively) wh

Re: [BackupPC-users] Conf{BackupFilesExclude} question

2012-02-29 Thread Les Mikesell
On Wed, Feb 29, 2012 at 8:53 AM, upen wrote: > Hello, > > I have a backuppc doing ssh/tar type of backup for a system. This > backup does /export/home directory on the remote backuppc client. I > would like to avoid some directories(recursively) which are > immediately under /export/home, for exam

[BackupPC-users] Conf{BackupFilesExclude} question

2012-02-29 Thread upen
Hello, I have a backuppc doing ssh/tar type of backup for a system. This backup does /export/home directory on the remote backuppc client. I would like to avoid some directories(recursively) which are immediately under /export/home, for example /export/home/abc , /export/home/xyz,..etc Configura

Re: [BackupPC-users] $Conf{BackupFilesExclude}?

2009-12-01 Thread Craig Barratt
Christian writes: > But it backs up all .vmdk files from the excluded directory above This is due to the behavior of smbclient. Here's an explanation of how to make it work. Craig -- Forwarded message -- To: o...@jltechinc.com From: Craig Barratt Cc: General list for

[BackupPC-users] $Conf{BackupFilesExclude}?

2009-11-30 Thread Christian Völker
Hi, I have an Windows PC here which is backed up through smb/ c-drive. Works fine so far. I've the following setting in the config file: $Conf{BackupFilesExclude} = { '*' => [ '/Documents and Settings/*/Cookies', '/Documents and Settings/*/Local Settings/Temporary Internet Files', '/

Re: [BackupPC-users] $Conf{BackupFilesExclude}

2007-07-18 Thread Nils Breunese (Lemonbit)
Ted To wrote: I'm trying to get BackupFilesExclude to work but so far what I've tried doesn't seem to work. I'm running 2.1.2 from the Dapper repository, backing up /home on the client and wishing to exclude a subdirectory of /home. I've tried $Conf{BackupFilesExclude}=['/home/dir_name'], $C

[BackupPC-users] $Conf{BackupFilesExclude}

2007-07-18 Thread Ted To
Hi all, I'm trying to get BackupFilesExclude to work but so far what I've tried doesn't seem to work. I'm running 2.1.2 from the Dapper repository, backing up /home on the client and wishing to exclude a subdirectory of /home. I've tried $Conf{BackupFilesExclude}=['/home/dir_name'], $Conf{Backup

Re: [BackupPC-users] $Conf{BackupFilesExclude}

2007-07-18 Thread Keith Edmunds
On Tue, 17 Jul 2007 21:48:33 -0400, [EMAIL PROTECTED] said: > Any help would > be greatly appreciated. You need something like this: $Conf{BackupFilesExclude} = { '/home' => [ '/not.this.one', '/or.this.one' ] }; Keith -- Keith Edmunds +--

[BackupPC-users] $Conf{BackupFilesExclude}

2007-07-17 Thread Ted To
Hi all, I'm trying to get BackupFilesExclude to work but so far what I've tried doesn't seem to work. I'm running 2.1.2 from the Dapper repository, backing up /home on the client and wishing to exclude a subdirectory of /home. I've tried $Conf{BackupFilesExclude}=['/home/dir_name'], $Conf{Backu

Re: [BackupPC-users] Conf{BackupFilesExclude} not working

2006-05-18 Thread Travis Fraser
On Thu, 2006-05-18 at 15:34 -0500, [EMAIL PROTECTED] wrote: > I have a debian sarge box running backuppc 2.1.1 to back up a bunch of XP > Pro Desktops and a Win2k3 fileserver. It was working fine at one point. I > then had to rebuild the RAID5 that contains the /var/lib/backuppc > datastore. I'm us

[BackupPC-users] Conf{BackupFilesExclude} not working

2006-05-18 Thread doubletwist
I have a debian sarge box running backuppc 2.1.1 to back up a bunch of XP Pro Desktops and a Win2k3 fileserver. It was working fine at one point. I then had to rebuild the RAID5 that contains the /var/lib/backuppc datastore. I'm using the same config files but it stopped honoring the $Conf{BackupFi

Re: [BackupPC-users] Conf{BackupFilesExclude} on Linux problem.

2005-10-11 Thread Ken Gregoire
Thank you Erik, That is exactly what was wrong. Cheers! Ken Erik Meitner wrote: BackupFilesExclude should be given directory/file names that are RELATIVE to the RsyncShareName: $Conf{BackupFilesExclude} = ['/exclude', '/junk']; Ken Gregoire wrote: It seems that the following d

Re: [BackupPC-users] Conf{BackupFilesExclude} on Linux problem.

2005-10-11 Thread Roman Volf
His share name is commented out, though. -Roman Erik Meitner wrote: BackupFilesExclude should be given directory/file names that are RELATIVE to the RsyncShareName: $Conf{BackupFilesExclude} = ['/exclude', '/junk']; Ken Gregoire wrote: It seems that the following does not exclude the dir

Re: [BackupPC-users] Conf{BackupFilesExclude} on Linux problem.

2005-10-11 Thread Erik Meitner
BackupFilesExclude should be given directory/file names that are RELATIVE to the RsyncShareName: $Conf{BackupFilesExclude} = ['/exclude', '/junk']; Ken Gregoire wrote: > It seems that the following does not exclude the directories under the > /home directory. Any ideas? > > Backup Client: Linux

[BackupPC-users] Conf{BackupFilesExclude} on Linux problem.

2005-10-11 Thread Ken Gregoire
It seems that the following does not exclude the directories under the /home directory. Any ideas? Backup Client: Linux Version: 2.1.1 (March 05) config.pl file: #$Conf{RsyncShareName} = ['/home']; $Conf{XferMethod} = 'rsync'; $Conf{BackupFilesExclude} = ['/home/exclude', '/home/junk']; Thanks