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
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
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
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
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',
'/
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
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
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
+--
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
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
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
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
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
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
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
15 matches
Mail list logo