BackupPC-users

Re: [BackupPC-users] Excluding Directories

2010-05-06 11:54:32
Subject: Re: [BackupPC-users] Excluding Directories
From: "John BORIS" <jboris AT adphila DOT org>
To: "questions and support General list for user discussion" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 06 May 2010 11:52:13 -0400
I copied these from my config file which is edited through the web
interface. So the web interface has a bug

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia
"Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!"

>>> Ed McDonagh <ed.mcdonagh AT rmh.nhs DOT uk> 5/6/2010 11:20 AM >>>

> $Conf{BackupFilesExclude} = {
>   './proc' => [
>     ''
>   ]
> };
> $Conf{XferMethod} = 'tar';
> 
> Is this correct or is this
> 
> $Conf{BackupFilesExclude} = {
>   '/proc' => [
>     ''
>   ]
> };
> $Conf{XferMethod} = 'tar';
> 

Neither! This really confused me for ages. The share needs to be in
the
first section, and the exclude within the square brackets so 
$Conf{BackupFilesExclude} = {
  '/' => [
    '/proc'
  ]
};

As for the ./ or /, I always get there by trial and error if it is not

clear from the help files.

If you are using the web interface, the share name should be in the
'New Key' 
and then you 'add' the exclude arguments.

HTH

Ed
#########################################################################
Attention:
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary, confidential and/or
privileged information and should not be copied, disclosed,
distributed,
retained or used by any other party. If you are not an intended
recipient
please notify the sender immediately and delete this e-mail (including
attachments and copies). 

The statements and opinions expressed in this e-mail are those of the
author and do not necessarily reflect those of the Royal Marsden NHS
Foundation Trust. The Trust does not take any responsibility for the
statements and opinions of the author.

Website: http://www.royalmarsden.nhs.uk 
#########################################################################

------------------------------------------------------------------------------
_______________________________________________
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/

------------------------------------------------------------------------------
_______________________________________________
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/

<Prev in Thread] Current Thread [Next in Thread>